目录
1. 原因
2. 解决步骤
2.1 登录网站 https://www.ipaddress.com/
2.2 记录下对应的ip地址
2.3 修改hosts文件
2.4 刷新DNS
3. 实例代码
今天我们继续聊一聊如何解决git clone 速度慢的问题。(亲测有效哦)
话不多说,直接上干货,嘻嘻嘻 ~
git clone特别慢是因为
github.global.ssl.fastly.net
域名被限制了。
只要找到这个域名对应的ip地址,然后在hosts文件中加上ip–>域名的映射,刷新DNS缓存便可。
登录网站 https://www.ipaddress.com/ 分别搜索:
github.global.ssl.fastly.net
github.com
Windows上的hosts文件路径在C:\Windows\System32\drivers\etc\hosts
Linux的hosts文件路径在:sudo vim /etc/hosts
Winodws系统的做法:打开CMD,输入ipconfig /flushdns
Linux的做法:在终端输入sudo /etc/init.d/networking restart
//这是我们要clone的
git clone https://github.com/Hackergeek/architecture-samples
//使用镜像
git clone https://github.com.cnpmjs.org/Hackergeek/architecture-samples
//或者
//使用镜像
git clone https://git.sdut.me/Hackergeek/architecture-samples
好啦,今天的分享到这里就结束啦 ~
觉得我分享的文章不错的话,可以关注一下哦,嘻嘻嘻