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

Frog_log·2024년 8월 19일

error message

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

Solution

git config --global http.postBuffer 524288000

Why?

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.

profile
신입 개발자

0개의 댓글