修改Hosts临时解决GitHub的raw.githubusercontent.com无法链接的问题
前言
正值双11,各大云服务商的活动非常给力,正好给公司添置一台项目服务器,在配置相关环境时,发现GitHub的raw.githubusercontent.com
域名解析竟然因某些你懂的原因给临时污染了.终于通过修改hosts解决掉此问题,可以正常部署环境了.
解决方法
查询真实IP
通过IPAddress.com
首页,输入raw.githubusercontent.com
查询到真实IP地址
修改hosts
CentOS及macOS直接在终端输入
sudo vi /etc/hosts
添加以下内容保存即可
199.232.4.133 raw.githubusercontent.com
- Author: zhoujie
- Link: https://blog.zhoujie218.top/archives/1300.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.