我在本地拥有Gerrit,创建了一个管理员用户,并通过以下方式测试了ssh连接:
ssh -vv -p 29418 admin@localhost
接下来,我创建了一个项目
ssh -p 29418 admin@localhost gerrit create-project spring-petclinc.git
现在我无法从UI克隆存储库。
我应该怎么做才能执行:git clone
和git clone with msg hook
?
在所附的屏幕截图中,您可以看到项目配置,并且缺少git clone
选项: