early EOF fatal: index-pack fail

2019-08-07  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读