Failed to connect to raw.githubusercontent.com port 443: Connection refused

  • Post author:
  • Post category:其他


问题1:macOS安装Homebrew时总是报错(Failed to connect to raw.githubusercontent.com port 443: Connection refused)

问题2:macOS安装oh-my-zsh时总是报错(Failed to connect to raw.github.com port 443: Connection refused)

原因:由于某些

你懂的因素

,导致GitHub域名解析被污染了。

解决办法:通过修改

hosts

解决此问题。

查询真实IP:



https://www.ipaddress.com/

查询raw.githubusercontent.com和raw.github.com的真实IP。

修改hosts:

sudo vim /etc/hosts

添加如下内容:

199.232.96.133 raw.githubusercontent.com
199.232.96.133 raw.github.com



版权声明:本文为xiaxinkai原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。