C#C
C#4y ago
Gladiator

git push error 502

I get this error when pushing the entire project in new remote repo
 git push origin ios/master
Enumerating objects: 30715, done.
Counting objects: 100% (30715/30715), done.
Delta compression using up to 8 threads
Compressing objects: 100% (10920/10920), done.
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (30715/30715), 555.24 MiB | 63.00 KiB/s, done.
Total 30715 (delta 22603), reused 27045 (delta 19679), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date

I have changed some settings but does not work

git config --global http.postBuffer 500M
git config --global http.version HTTP/1.1
Was this page helpful?