幫助中心
GIT及在線編程 / Git倉庫
Git克隆錯(cuò)誤'RPC failed; curl 56 Recv failure
Git 克隆錯(cuò)誤‘RPC failed; curl 56 Recv failure....’ 及克隆速度慢問題解決
一、問題現(xiàn)象
在網(wǎng)絡(luò)情況不穩(wěn)定下克隆項(xiàng)目時(shí),可能會(huì)出現(xiàn)如下錯(cuò)誤:
RPC failed; curl 56 Recv failure....
二、解決方案
修改git配置:
1、查看當(dāng)前配置命令
git config -l
2、httpBuffer加大
git config --global http.postBuffer 824288000 git config --global https.postBuffer 824288000
3、壓縮配置
git config --global core.compression -1
4、修改配置文件
git config --global https.lowSpeedLimit 0 git config --global https.lowSpeedTime 999999 git config --global http.lowSpeedLimit 0 git config --global http.lowSpeedTime 999999
另外以上配置文件修改后,能提升git克隆速度。
:) 非常感謝您的支持,我們會(huì)努力為您提供更好的服務(wù)和幫助
點(diǎn)擊提交工單,獲得在線支持