I have a problem with git. I tried several solutions found online but nothing works.
I first met an error :
error: RPC failed; curl 55 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10053
fatal: The remote end hung up unexpectedly
I tried a git gc
After that I did a git push. At the end, nothing happend and gets stuck.
I assume that a lots of posts here are similar, but I don"t want to lose all my work :/
git: 'credential-manager' is not a git command. See 'git --help'.
Enumerating objects: 259, done.
Counting objects: 100% (259/259), done.
Delta compression using up to 4 threads
Compressing objects: 100% (137/137), done.
Writing objects: 100% (178/178), 327.92 MiB | 6.99 MiB/s, done.
Total 178 (delta 101), reused 90 (delta 35), pack-reused 0
I did a git push -v but it stops there :
git: 'credential-manager' is not a git command. See 'git --help'.
Enumerating objects: 259, done.
Counting objects: 100% (259/259), done.
Delta compression using up to 4 threads
Compressing objects: 100% (137/137), done.
Writing objects: 100% (178/178), 327.92 MiB | 6.84 MiB/s, done.
Total 178 (delta 101), reused 90 (delta 35), pack-reused 0
POST git-receive-pack (343847271 bytes)
UPDATE
Sometimes, after a while I receive that error :
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
send-pack: unexpected disconnect while reading sideband packet
I already read some stuff about that error, but still don't understand what to do with it