GIT - getting 'early eof' error on clone

后端 未结 1 1717
無奈伤痛
無奈伤痛 2020-12-20 21:22

I have a error Early EOF\'s (Index-Pack Failed) when I try to clone a project from a repository git.

But when I do a git-pull or git-push

相关标签:
1条回答
  • 2020-12-20 21:41

    git clone fails with “index-pack” failed? will list the most common causes for this error.

    But note the current Cygwin version (if that is what you are using) has an issue with git when cloning over ssh.

    Depending on the server executing the git clone request, you also have issue when cloning over ssh via git protocol.

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