Git Push Stopped Working: Error writing request body to server

Git Push has suddenly stopped working for me. It gets to around 52% and then gives the following error:

https://git.aigdev.com/aigdev/testing.katalon.git: Error writing request body to server”

I can Pull successfully. (Well, in the sense that it correctly tells me there’s nothing to pull.)

I’ve tried rebooting.

How can I debug this? Is there any error log with more meaningful information? Any help or suggestions would be appreciated.

FWIW, I’m running Katalon 5.3.0.1 on Windows.

Thanks!

Have you tried with other third party Git tools such as GitExtensions or SourceTree? Does it produce the same issue?

I was able to get around the issue. I increased the size of the http.postBuffer, and now I can push. I didn’t think that was supposed to be necessary on newer versions of Git, but it made my problem go away.