解决GitHub下载速度缓慢

1、打开hosts文件

使用记事本打开即可

C:WindowsSystem32driversetc

2、查找域名IP地址

https://www.ipaddress.com/
1.github.com
2.github.global.ssl.fastly.net

3、写入IP地址并保存

4、刷新DNS缓存

开打CMD,执行命令:

ipconfig /flushdns
原文地址:https://www.cnblogs.com/TD1900/p/12322528.html