error: RPC failed; HTTP 408 curl 22 The requested URL returned error: 408
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
To solve above error use this command -
git config --global http.postBuffer 524288000
git config --global core.compression 0
git push -u origin main