git push 報錯了
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
send-pack: unexpected disconnect while reading sideband packet
如果你的推送包含大量數據,可能會導致緩沖區溢出。你可以嘗試增加 Git 的緩沖區大小:
git config http.postBuffer 524288000
這將緩沖區大小設置為 500MB。