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

后端 未结 6 1109
梦如初夏
梦如初夏 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:31

    MSDN says that errno 10053 is "Software caused connection to abort".

    An established connection was aborted by the software in your host computer, possibly due to a data transmission time-out or protocol error.

    It looks like your server and/or network is unstable. Try to copy large amounts (> 1GB) of data using scp to isolate the problem.

提交回复
热议问题