git push推送报错信息:
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
解决方案:增加 Git 的缓冲区,有时由于数据量大或网络问题导致缓冲区不够用,通过以下命令增加缓冲区大小(如果还是不行,更换网络环境或减少文件提交数量)
git config http.postBuffer 524288000