git 拉取项目出现 RPC failed; curl 18 transfer closed with outstanding read data remaining的解决方案
Posted 阿啄debugIT
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
如图
以上是关于git 拉取项目出现 RPC failed; curl 18 transfer closed with outstanding read data remaining的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
聊聊git push到远程服务器出现RPC failed问题
聊聊git push到远程服务器出现RPC failed问题
sourcetree拉取代码出错 error: RPC failed; curl 18 transfer closed with outstanding read data remaining(示例代
使用Git pull文件时,出现"error: RPC failed; curl 18 transfer closed with outstanding read data remainin
使用Git pull文件时,出现"error: RPC failed; curl 18 transfer closed with outstanding read data remainin
使用git clone命令克隆文件出现error: RPC failed; curl 18 transfer closed with outstanding read data remaining问题