Git 報錯:git - error: RPC failed; curl 18 transfer closed with outstanding read data remaining 解決方案


error: RPC failed; curl 18 transfer closed with outstanding read data remaining

because have error when clone by HTTP protocol (curl command).

And, you should increment buffer size:

git config --global http.postBuffer 524288000

原因:由於Http協議錯誤,當Pull或者Clone的時候

解決方案: 在Git Bash Here 中執行該 git config --global http.postBuffer 524288000 命令,
       
        然后再執行git pull 或者 git clone命令。


    

注: 當時我遇到該問題是是這樣解決的,此方案僅供參考。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM