$ git push -u origin master
Counting objects: 321523, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (85111/85111), done.
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053
fatal: The remote end hung up unexpectedly
Writing objects: 100% (321523/321523), 4.29 GiB | 17.11 MiB/s, done.
Total 321523 (delta 159406), reused 320112 (delta 158718)
fatal: The remote end hung up unexpectedly
Everything up-to-date
Well, this is caused by some bad network status or some large files included in your commit. In my case, I have tried after some mins, it worked.
So I suggest you should do push several times in some intervals, or increase buffer size and then try to push again?
git config --global http.postBuffer 15728640
After about 3 hours of trying, the problem was solved after using a VPN
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With