git 拉取項目出現 RPC failed; curl 18 transfer closed with outstanding read data remaining的解決方案

今天拉取github上的代碼,RPC failed; curl 18 transfer closed with outstanding read data remaining

解決方案:對應代碼https://github.com/fleapx/cmgdpt-mec-facerec-ai.git

git config http.postBuffer 524288000
git config  --local   http.sslVerify "false"
git config --local http.lowSpeedLimit 0
git config --local http.lowSpeedTime 999999
git clone --depth=1 http://gitlab.xxx.cn/yyy/zzz.git
git fetch --unshallow

如圖

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章