共计 303 个字符,预计需要花费 1 分钟才能阅读完成。
git 在 push 过程中,有时候遇到提示:
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (52/52), 1.25 MiB | 2.23 MiB/s, done.
Total 52 (delta 33), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
原因是 GIT 缓冲区不够,需要增大缓冲区空间:
git config http.postBuffer 524288000
或者通过 git 配置文件进行修改
[http]
postBuffer = 524288000
正文完
加入官方交流QQ群:778957856