为什么 Git 从 Gerrit(端口 29418)克隆比 Git(端口 22)慢得多

Why Git clone from Gerrit(port 29418) is much slower than Git(port 22)

如标题所述。

我对此做了很多测试

我怎样才能加快 Gerrit 服务器的速度?

克隆后,检查正在获取的内容:

 time b git fetch --all -v

如果你看到 很多 origin/branches,你可能会 cleanup old Gerrit branches 为了不 clone/fetch 这么多分支。

还要检查“Git 端口 22”是否指的是同一个 Gerrit 服务器,或者另一个 Git 托管服务:在后一种情况下,任何比较都是不公平的。