临时解决GitHub的raw.githubusercontent.com无法连接问题
Posted qiu-hua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了临时解决GitHub的raw.githubusercontent.com无法连接问题相关的知识,希望对你有一定的参考价值。
http://qjzd.net:3000/topic/5e48cc33dcf06d6a181ffb81
通过IPAddress.com首页,输入raw.githubusercontent.com查询到真实IP地址
修改hosts Ubuntu,CentOS及macOS直接在终端输入
sudo vi /etc/hosts
添加以下内容保存即可
199.232.28.133 raw.githubusercontent.com
以上是关于临时解决GitHub的raw.githubusercontent.com无法连接问题的主要内容,如果未能解决你的问题,请参考以下文章