Git clone repository error: RPC failed; result=56, HTTP code = 200

后端 未结 7 1265
渐次进展
渐次进展 2020-12-03 13:59

I have been using a Git repository for a couple years and still feel like a newb.. help is most welcome!

It starts cloning for a while:

remote:          


        
相关标签:
7条回答
  • 2020-12-03 14:33

    I faced the similar error. Tried to configure http.postBuffer but it didn't work.

    I found about the same error (with solution) over here: Git Clone Fails - error: RPC failed; result=56, HTTP code = 200

    As suggested in the above link, I solved it out by using SSH to perform the clone.

    Here is a good tutorial on how to Setup SSH for Git.

    0 讨论(0)
提交回复
热议问题