解决github访问和下载慢的问题
程序员文章站
2022-03-07 09:49:48
...
为什么慢:
Github所使用的CDN被屏蔽了(众所周知的原因)
Github打开慢的有效解决方案:
修改hosts文件绕过DNS解析:
将下列代码添加到hosts文件的最下方
192.30.255.112 github.com
151.101.197.194 github.global.ssl.fastly.net
执行ipconfig /flushdns
命令,刷新 DNS 缓存
Github的ip地址获取自 https://www.ipaddress.com/
如有需要可自行获取
其他获取ip地址的网站:http://tool.chinaz.com/dns