原文: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