git push -u origin main
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
i tried,
git config http.postBuffer 524288000 but it didn't worked
git config -l --show-originas a code block (not an image). Also, the Git FAQ is clear thathttp.postBuffershould not be used in normal circumstances and usually only serves to waste memory.GIT_CURL_VERBOSE=1 git push -u origin main?