error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
git config --global http.postBuffer 524288000
Large pushes can sometimes cause issues due to buffer limits. Try increasing the Git HTTP post buffer. The commnad increases the buffer to 500MB, which might resolve the issue if it’s related to the size of the data being pushed.