美文网首页
early EOF fatal: index-pack fail

early EOF fatal: index-pack fail

作者: 半夏半暖半倾城灬 | 来源:发表于2019-08-07 10:06 被阅读0次

原因:git 内容块过大

解决:直接clone对应需要的分支 或者 需要分支的最后一次提交

git clone -b branch_name ssh://git@***:1234/yaho/project_name.git

git clone --depth 1 -b branch_name ssh://git@***:1234/yaho/project_name.git

相关文章

网友评论

      本文标题:early EOF fatal: index-pack fail

      本文链接:https://www.haomeiwen.com/subject/bibndctx.html