The remote end hung up unexpectedly while git cloning

后端 未结 30 3018
旧时难觅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条回答
  •  渐次进展
    2020-11-22 09:32

    I got the same issue, I fixed this with trial and error method. I changed the core.compression value until it works.

    I started with "git config --global core.compression 1" after 3 attempts

    "git config --global core.compression 4" worked for me.

提交回复
热议问题