git clone速度太慢解决方案

家住魔仙堡 提交于 2019-12-04 12:35:01

适用各种操作系统,本次测试于ubuntu,下载速度从二十几k提高到二百多k

1、查找域名对应的ip地址,并修改hosts文件

nslookup github.global.ssl.fastly.Net
nslookup github.com 

这里写图片描述

将下列内容加入 /etc/hosts文件中

151.101.76.249 http://global-ssl.fastly.net
192.30.255.113 http://github.com  #此处112还是113根据自己的情况调整?

2、刷新DNS缓存
linux:

sudo /etc/init.d/networking restart

windows:

ipconfig /flushdns

参考:
http://www.linuxidc.com/Linux/2017-10/148116.htm

http://blog.csdn.net/blgmh/article/details/74531982

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!