赞
踩
- 1.解决
- # sudo apt install gnutls-bin
- # git config --global http.sslVerify false
- # git config --global http.postBuffer 1048576000 //增加至1GB缓存
-
- //设置git最小和最大下载速度
- # git config --global http.lowSpeedLimit 0
- # git config --global http.lowSpeedTime 999999
-
- //以下步骤大大加快git下载速度
- # git config --global core.compression -1
- # export GIT_TRACE_PACKET=1
- # export GIT_TRACE=1
- # export GIT_CURL_VERBOSE=1
-
- # sudo ifconfig eth0 mtu 14000
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。