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

如图

阿啄debugIT 发布了28 篇原创文章 · 获赞 3 · 访问量 1929 私信 关注

相关文章

本篇内容主要讲解“gitee如何上传代码”,感兴趣的朋友不妨来...
这篇“从gitee上下的代码如何用”文章的知识点大部分人都不太...
这篇文章主要介绍“gitee如何下载仓库里的项目”,在日常操作...
本篇内容主要讲解“怎么在Gitee上更新代码”,感兴趣的朋友不...
本文小编为大家详细介绍“怎么将工程托管到gitee”,内容详细...
这篇文章主要介绍了gitee中图片大小如何调整的相关知识,内容...