原文:git clone 下载代码一直报error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly错误的解决思路

问题:git clone 下载代码一直报错误 Cloning into aplanmis project ...remote: Enumerating objects: , done.remote: Counting objects: , done.remote: Compressing objects: , done.error: RPC failed curl transfer closed ...

2019-11-01 18:34 0 1591 推荐指数:

查看详情

使用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