Why am I getting this error: “remote end hung up unexpectedly”?

后端 未结 6 1110
梦如初夏
梦如初夏 2021-01-02 03:56
$ git push -u origin master   
Counting objects: 321523, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (85111/85111), done.
error: RPC fai         


        
6条回答
  •  生来不讨喜
    2021-01-02 04:23

    Posting the solution that worked for me...

    In Short

    Just change your network connection and then try again.

    The Story

    I was also getting this exception on command line (GIT Bash) as well as on TortoiseGIT, when my laptop was connected to Office WiFi. Then I just disconnected my laptop from there and connected it to my SmartPhone's HotSpot. That's it, and error got resolved.

    It could be weird for some techies, but no harm in try.

提交回复
热议问题