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

如图

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