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命令。
注: 當時我遇到該問題是是這樣解決的,此方案僅供參考。