其他分享
首页 > 其他分享> > github速度过慢

github速度过慢

作者:互联网

第一步:打开https://www.ipaddress.com/
查询如下3个网址对应的ip地址,多查几次,选择一个稳定,延迟较低的ip
github.global.ssl.fastly.net(我的查询结果为151.101.185.194)
github.com(我的查询结果为192.30.253.112)
codeload.github.com(我的查询结果为140.82.114.9)

第二步:按如下方式添加到hosts文件(C:\Windows\System32\drivers\etc\)的最后面
192.30.253.113 github.com
151.101.185.194 github.global.ssl.fastly.net
192.30.253.121 codeload.github.com

第三步:windows在cmd中输入ipconfig /flushdns命令刷新dns,从新下载。

亲测有效,之前我下载速度只有2~3kb/s,改完后有几百kb/s吧。

版权声明:本文为CSDN博主「GK_2014」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/GK_2014/article/details/88605091

192.30.253.112 github.com
192.30.253.118 gist.github.com
185.199.111.153 assets-cdn.github.com
151.101.100.133 raw.githubusercontent.com
151.101.100.133 gist.githubusercontent.com
151.101.100.133 cloud.githubusercontent.com
151.101.100.133 camo.githubusercontent.com
151.101.100.133 avatars0.githubusercontent.com
151.101.100.133 avatars1.githubusercontent.com
151.101.100.133 avatars2.githubusercontent.com
151.101.100.133 avatars3.githubusercontent.com
151.101.100.133 avatars4.githubusercontent.com
151.101.100.133 avatars5.githubusercontent.com
151.101.100.133 avatars6.githubusercontent.com
151.101.100.133 avatars7.githubusercontent.com
151.101.100.133 avatars8.githubusercontent.com

标签:151.101,github,githubusercontent,100.133,192.30,速度,com
来源: https://blog.csdn.net/mingcaixiao/article/details/114206793