Git push 提示HTTP 400

1
2
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 Failed reading client body
fatal: The remote end hung up unexpectedly

HTTP 413, 调 nginx 配置

HTTP 400, 设置下 git 的缓冲区大小, 比如 100M

1
git config --global http.postBuffer 104857600