Search code examples
gitgithubgit-tower

Github Push Error: RPC failed; result=22, HTTP code = 413


stupid issue with Github going on right now. I have a decent amount of changes (~120MB in size), when I attempt to push, this is what happens:

error: RPC failed; result=22, HTTP code = 413
fatal: The remote end hung up unexpectedly 
fatal: The remote end hung up unexpectedly

I've already done

git config http.postBuffer 524288000, so that doesn't seem to be the issue. What could it be?


Solution

  • I figured it out!!! Of course I would right after I hit post!

    I had the repo set to use the HTTPS url, I changed it to the SSH address, and everything resumed working flawlessly.