加速github访问速度
通过修改hosts,解决github访问慢及加载不出头像问题
问题
github访问慢及加载不出头像问题
解决
在https://www.ipaddress.com/网站查下列域名对应的IP地址,如果同一个域名有好几个ip,那就ping一下选个速度最快的。
修改hosts,sudo vi /etc/hosts
,添加下面域名解析,再刷新dns:sudo killall -HUP mDNSResponder
#解决git clone 速度慢的问题,这个不要动
192.30.253.112 github.com
151.101.185.194 github.global.ssl.fastly.net
#下面的实时查
192.30.253.119 gist.github.com
199.232.28.133 assets-cdn.github.com
199.232.28.133 raw.githubusercontent.com
199.232.28.133 gist.githubusercontent.com
199.232.28.133 cloud.githubusercontent.com
199.232.28.133 camo.githubusercontent.com
199.232.28.133 avatars0.githubusercontent.com
199.232.28.133 avatars1.githubusercontent.com
199.232.28.133 avatars2.githubusercontent.com
199.232.28.133 avatars3.githubusercontent.com
199.232.28.133 avatars4.githubusercontent.com
199.232.28.133 avatars5.githubusercontent.com
199.232.28.133 avatars6.githubusercontent.com
199.232.28.133 avatars7.githubusercontent.com
199.232.28.133 avatars8.githubusercontent.com
#解决浏览器下载master-zip包的问题
140.82.113.10 codeload.github.com
欢迎转载,欢迎错误指正与技术交流,欢迎交友谈心
文章标题:加速github访问速度
文章字数:264
本文作者:Brain Cao
发布时间:2020-02-20, 23:24:11
最后更新:2020-02-21, 23:18:28
原始链接:https://braincao.cn/2020/02/20/github-hosts/版权声明:本文为博主原创文章,遵循 BY-NC-SA 4.0 版权协议,转载请保留原文链接与作者。