The remote end hung up unexpectedly while git cloning

后端 未结 30 2651
旧时难觅i
旧时难觅i 2020-11-22 09:02

My git client repeatedly fails with the following error after trying to clone the repository for some time.

What could be the issue here?

30条回答
  •  -上瘾入骨i
    2020-11-22 09:25

    I have the same error while using BitBucket. What I did was remove https from the URL of my repo and set the URL using HTTP.

    git remote set-url origin http://mj@bitbucket.org/mj/pt.git
    

提交回复
热议问题