如何从git克隆一个巨大的repo

时间:2015-10-28 08:51:00

标签: gerrit git-bash

回购大小: 15GB

尝试克隆:

git clone ssh:// user @ localhost:29418 / Repo

但它失败了:

remote:计算对象:983937,完成 远程:查找来源:100%(983937/983937) 致命:内部服务器错误248/983937),1.14 GiB | 991.00 KiB / s remote:内部服务器错误 致命:早期EOF 致命:索引包失败

1 个答案:

答案 0 :(得分:1)

git clone --depth 1 reponame.git

cd reponame.git

git fetch --unshallow