error: RPC failed; curl 18 transfer closed with outstanding read data remainingfatal: the remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failed
原因:
git缓存区不足
解决办法:
修改Git的传输字节限制:
git config --global http.postBuffer 524288000