`curl -L` 解决 GitHub 的 raw.githubusercontent.com 无法连接问题
Posted codehhr
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了`curl -L` 解决 GitHub 的 raw.githubusercontent.com 无法连接问题相关的知识,希望对你有一定的参考价值。
解决 GitHub 的 raw.githubusercontent.com 无法连接问题
在使用 curl 下载文件时,如果出现以下情况
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
估计是 Github 的 raw 文件读取地址遭受了 DNS 污染,链接贼慢
查询 raw.githubusercontent.com 的 IP
修改 hosts 文件
文件路径 /etc/hosts
添加以下内容
# GitHub Start
52.74.223.119 github.com
192.30.253.112 gist.github.com
192.30.253.113 gist.github.com
192.30.253.119 gist.github.com
54.169.195.247 api.github.com
185.199.111.153 assets-cdn.github.com
151.101.76.133 raw.githubusercontent.com
151.101.108.133 user-images.githubusercontent.com
151.101.76.133 gist.githubusercontent.com
151.101.76.133 cloud.githubusercontent.com
151.101.76.133 camo.githubusercontent.com
151.101.185.194 github.global.ssl.fastly.net
# GitHub End
The_End
以上是关于`curl -L` 解决 GitHub 的 raw.githubusercontent.com 无法连接问题的主要内容,如果未能解决你的问题,请参考以下文章
问题解决curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused
解决curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused 问题
curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused
MacOS安装brew报错:curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused((代码