当前位置:   article > 正文

git clone网速太慢了,怎么办,教你怎么解决_git clone很慢

git clone很慢

分两步

一、编辑Hosts文件

登录网站 https://www.ipaddress.com/ 或https://www.whatsmydns.net/#A/github.com

分别搜索:
github.global.ssl.fastly.net
github.com
记录下对应的ip地址

修改hosts文件

Windows上的hosts文件路径在C:\Windows\System32\drivers\etc\hosts
Linux的hosts文件路径在:sudo vim /etc/hosts

刷新DNS

Winodws系统的做法:打开CMD,输入ipconfig /flushdns
Linux的做法:在终端输入sudo /etc/init.d/networking restart

二、使用代理

git config --global http.proxy http://127.0.0.1:1080
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/空白诗007/article/detail/787804
推荐阅读
相关标签
  

闽ICP备14008679号