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

后端 未结 7 1281
渐次进展
渐次进展 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:20

    I faced the same issue while cloning a very large repository. I tried with configuring http.postBuffer, but it did not work for me. Finally, it was issue with my internet.

    I connected my laptop to a high speed Internet and it cloned successfully!

提交回复
热议问题