原因: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
原因: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
网友评论