【问题标题】:GIT - getting 'early eof' error on cloneGIT - 克隆时出现“早期 eof”错误
【发布时间】:2012-05-22 07:14:08
【问题描述】:

当我尝试从存储库 git 克隆项目时,出现早期 EOF(索引包失败)错误。

但是当我从本地主机到存储库执行git-pullgit-push 时,我没有问题。
该错误给了我存储库已损坏的消息。这很奇怪。

哪些因素会导致此类错误?存储库在哪里的服务器是否内存不足?

【问题讨论】:

标签: git


【解决方案1】:

git clone fails with “index-pack” failed? 将列出导致此错误的最常见原因。

但请注意当前的 Cygwin 版本(如果您正在使用该版本)有一个 issue with git when cloning over ssh

根据执行 git clone 请求的服务器,cloning over ssh via git protocol 时也会出现问题。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-05-26
    • 2018-01-30
    • 2019-02-01
    • 1970-01-01
    • 1970-01-01
    • 2011-06-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多