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。