git push 报错error: RPC failed; result=56, HTTP code = 200
为情所困
为情所困 2017-05-02 09:39:07
0
3
804

$ git push -u origin master
Counting objects: 138, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (131/131), done.
Writing objects: 100% (138/138), 51.12 KiB | 0 bytes/s, done.
Total 138 (delta 47), reused 0 (delta 0)
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly

为情所困
为情所困

reply all(3)
迷茫

Is your origin github? Maybe the network is not good, try again

伊谢尔伦

Same as above, try a few more times

淡淡烟草味

Error code 56 means that git encountered network problems when cloning. Please check your network settings, firewall, VPN, etc. You can execute $ GIT_CURL_VERBOSE=1 git pull to view the error details.

If the error is still reported, you can change to SSH address push. You can refer to this document for troubleshooting: https://coding.net/help/faq/g...

If your network environment blocks port 22, you can also use the SSH service on port 443. For details, see: https://coding.net/help/faq/g...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template