curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused解决方案

有的同学经常发现自己 github 的图片显示不出来了。安装任何需要依赖 github 时都报错。

原来是 github 的一些域名的 DNS 解析被污染,导致DNS 解析过程无法通过域名取得正确的IP地址。

那么打开 https://www.ipaddress.com/ 输入访问不了的域名
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused解决方案_第1张图片

获得正确的 IP 地址
最后在本机的 host 文件中添加

199.232.68.133 raw.githubusercontent.com
199.232.68.133 user-images.githubusercontent.com
199.232.68.133 avatars2.githubusercontent.com
199.232.68.133 avatars1.githubusercontent.com

推荐使用 switchhosts 方便 host 管理
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused解决方案_第2张图片

你可能感兴趣的:(curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused解决方案)