error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

原因:

git缓存区不足

 

解决办法:

修改Git的传输字节限制:

git config --global http.postBuffer  524288000

相关文章:

  • 2021-11-15
  • 2022-12-23
  • 2021-07-27
  • 2021-08-02
  • 2022-12-23
  • 2021-09-17
  • 2021-09-25
  • 2021-06-14
猜你喜欢
  • 2021-11-20
  • 2021-08-07
  • 2021-04-12
  • 2021-11-21
  • 2022-01-29
相关资源
相似解决方案