I did “git add .” and “git commit” on a project and every time I push this, its unsuccessful with this message being displayed:
“””
Enumerating objects: 64387, done.
Counting objects: 100% (64387/64387), done.
Delta compression using up to 12 threads
Compressing objects: 100% (49041/49041), done.
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (64387/64387), 3.06 GiB | 17.57 MiB/s, done.
Total 64387 (delta 13950), reused 64143 (delta 13706), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
“””
Writing objects always gets stuck at 92% and then RPC error is displayed.
I have tried “git config –global http.postBuffer XXX” with XXX values upto 2 GB.
Still doesn’t work.
Please help me solve this