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

 

原因:由于某些​​你懂的因素​​,导致GitHub的​​raw.githubusercontent.com​​域名解析被污染了。

 

解决办法:通过修改​​hosts​​解决此问题。

 

查询真实IP

在​​https://www.ipaddress.com/​​查询raw.githubusercontent.com的真实IP。

【转】Failed to connect to raw.githubusercontent.com port 443: Connection refused -- 安装Xcode插件管理工具Alcatraz失败_macos

修改hosts

sudo vim /etc/hosts


添加如下内容:

199.232.28.133 raw.githubusercontent.com