Back
Question
Asked

GitHub Error - Git: RPC failed; HTTP 400 curl 22 [FIXED]

Has anyone encountered this issue when pushing updates to 
@github? I was able to make updates a few hours ago.

Git: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400

image.png 105 KB


I would ask ChatGPT/Claude, then ask Stack Overflow.

I tried it but it gave me general Git guides only. Thank you

I ran into the same issue, this command solved it:
git config --global http.postBuffer 524288000
It increases the buffer size to 500mb. Hope it helps.

This fixed the issue. Thank you @drodol :)