error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: 过早的文件结束符(EOF)
fatal: index-pack 失败
- 增设缓存区大小
git config --global http.postBuffer 1048576000
- 查看增设缓存的大小
git config --list | grep postbuffer
- 重新拉取