Git clone error

2020-07-01  本文已影响0人  iVikings

使用 Sourcetree clone 代码出现如下警告,导致 clone 失败

warning: templates not found in /usr/local/git/share/git-core/templates
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

原因:项目仓库太大,无法 clone 成功

解决办法:

采用 git clone ssh 的方式

git clone git@***.git
上一篇 下一篇

猜你喜欢

热点阅读