git push send-pack: unexpected disconnect while reading sideband packet

错误信息

git push
枚举对象中: 200, 完成.
对象计数中: 100% (200/200), 完成.
使用 8 个线程进行压缩
压缩对象中: 100% (183/183), 完成.
写入对象中: 100% (199/199), 20.87 MiB | 25.02 MiB/s, 完成.
总共 199(差异 17),复用 0(差异 0),包复用 0
error: RPC 失败。HTTP 413 curl 22 The requested URL returned error: 413
send-pack: unexpected disconnect while reading sideband packet
fatal: 远端意外挂断了
Everything up-to-date

原因分析

可能是http方式提交,有文件体积大小限制。

解决办法

更换成ssh方式提交代码,问题得到解决。

参考

https://cloud.tencent.com/developer/article/1612644

你可能感兴趣的:(排错,git)