幫助中心
GIT及在線編程 / Git倉庫
Git克隆錯誤'RPC failed; curl 56 Recv failure
Git 克隆錯誤‘RPC failed; curl 56 Recv failure....’ 及克隆速度慢問題解決
一、問題現象
在網絡情況不穩定下克隆項目時,可能會出現如下錯誤:
RPC failed; curl 56 Recv failure....
二、解決方案
修改git配置:
1、查看當前配置命令
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克隆速度。
:) 非常感謝您的支持,我們會努力為您提供更好的服務和幫助
點擊提交工單,獲得在線支持