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

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

    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
    

提交回复
热议问题