When I try to do git push, I receive:
lz@vm:~/orwell$ git push
Counting objects: 111, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (108/108), done.
Writing objects: 100% (111/111), 27.66 MiB | 5.81 MiB/s, done.
Total 111 (delta 68), reused 0 (delta 0)
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
and I have no idea of whats happening
ps: it hangs a lot in the Total 111 (delta 68) etc
line
I tried starting the git project over again but it gives the same error
0 Answers