search

Home  >  Q&A  >  body text

git push 报错error: RPC failed; result=56, HTTP code = 200

$ 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

为情所困为情所困2811 days ago824

reply all(3)I'll reply

  • 迷茫

    迷茫2017-05-02 09:41:07

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

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-05-02 09:41:07

    Same as above, try a few more times

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-02 09:41:07

    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...

    reply
    0
  • Cancelreply