赞
踩
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/
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
PS:第二种方法我测试了基本没用。
方法一:将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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。