当前位置:   article > 正文

GitHub拉取代码慢解决方案

github拉取代码慢

解决方案

1.使用GitHub的镜像网站。网上可以找到的镜像地址有:

现在能用的只剩这个了,下面的不用看了
https://github.91chi.fun/https://github.com

fastgit.org
https://doc.fastgit.org/

cnpmjs.org
https://github.com.cnpmjs.org/

gitclone
https://gitclone.com/
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

2.设置git config(设置的是用户配置文件:~/.gitconfig):

git config --global http.postbuffer 1048576000
git config --global http.sslVerify false
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
  • 1
  • 2
  • 3
  • 4

PS:第二种方法我测试了基本没用。

使用镜像地址替换GitHub的方式

方法一:将github.com替换为镜像地址(推荐使用fastgit)

#原命令
git clone https://github.com/huaweicloud/huaweicloud-sdk-java-v3.git

#github.91chi.fun
https://github.91chi.fun/https://github.com/huaweicloud/hu
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小舞很执着/article/detail/787832
推荐阅读
相关标签
  

闽ICP备14008679号