git pull item appears RPC failed; curl 18 transfer closed with outstanding read data remaining solution

Today pull tag on github, RPC failed; curl 18 transfer closed with outstanding read data remaining

Solution: code corresponding 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

Figure

Published 28 original articles · won praise 3 · Views 1926

Guess you like

Origin blog.csdn.net/as4589sd/article/details/104010292