拉取git資源是報(bào)出以下錯(cuò)誤
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
解決方式
1.把postBuffer的值配置大一些买置,如512M扭屁,具體根據(jù)你需要下載的文件大小
git config --global http.postBuffer 536870912
git config?--global https.postBuffer 536870912
2.設(shè)置完可以使用一下命令查看是否設(shè)置成功(配置列表中會(huì)看到對(duì)應(yīng)配置信息稀火,一般在最后一行)
git config --list
3.重新拉取git上的資源