git clone时RPC failed; curl 18 transfer closed with outstanding read data remaining
2021-03-04 02:29
标签:rip ini 命令行 http stand and 输入 失败 mit git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 原因1:缓存区溢出 解决方法:命令行输入 执行上面命令如果依旧clone失败,考虑可能原因2:网络下载速度缓慢 解决方法:命令行输入 如果依旧clone失败,则首先浅层clone,然后更新远程库到本地 git clone时RPC failed; curl 18 transfer closed with outstanding read data remaining 标签:rip ini 命令行 http stand and 输入 失败 mit 原文地址:https://www.cnblogs.com/BBQshq/p/13266078.htmlgit config http.postBuffer 524288000
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
git clone --depth=1 http://gitlab.xxx.cn/yyy/zzz.git
git fetch --unshallow
文章标题:git clone时RPC failed; curl 18 transfer closed with outstanding read data remaining
文章链接:http://soscw.com/index.php/essay/59798.html