0
点赞
收藏
分享

微信扫一扫

git clone速度太慢

笙烛 2022-09-13 阅读 41

1、查找域名对应的ip地址,并修改hosts文件
nslookup github.global.ssl.fastly.Net
nslookup github.com
1
2 将下列内容加入 /etc/hosts文件中
151.101.76.249 http://global-ssl.fastly.net
192.30.255.113 http://github.com #此处112还是113根据自己的情况调整?
1
2
3
2、刷新DNS缓存
linux:sudo /etc/init.d/networking restart

举报

相关推荐

0 条评论