原文:git遇到error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed failed怎么办?

答: 将clone地址中的https: 替换成git: 即可解决 如: 将https: git.openwrt.org project luci.git修改为git: git.openwrt.org project luci.git ...

2019-04-24 16:54 0 995 推荐指数:

查看详情

使用SourceTree来Clone代码时,报错“error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly

一、背景说明 最近用SourceTree拉取代码时,由于项目比较大,导致拉取失败,具体失败信息如下: 二、解决方案 上网查找资料后发现:   原因是,curl的postBuffer的默认值太小; 所以我们需要调整默认值,并在终端重新配置其大小。 三、具体操作 ...

Wed Apr 29 18:40:00 CST 2020 0 1738
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM