git push 를 했을 때, 내용이 많은 경우 다음과 같은 에러가 날 때가 있다.
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet
이 경우, http.postBuffer를 다음과 같이 늘려준다. 아래는 150MB.
git config --global http.postBuffer 157286400