Gerrit网站没有显示命令

时间:2017-03-21 07:26:26

标签: gerrit

Gerrit总是会显示如下的克隆命令:

enter image description here

gerrit服务器我构建这样的视图:

enter image description here

是否应该安装任何插件?我已经安装了download-commands插件。

这是我的gerrit.config文件:

private void btnDialogOk_Click_1(object sender, RoutedEventArgs e)
{
     DialogResult = int.TryParse(Answer, out _);
}

1 个答案:

答案 0 :(得分:1)

有些人要检查:

1)确保donwloads-commands插件已安装并正常运行

检查插件>安装

检查GERRIT-SITE / plugins

重新启动Gerrit并检查GERRIT-SITE / logs

2)确保您已在GERRIT-SITE / etc / gerrit.config中设置下载选项

[download]
    scheme = https

3)我认为,在您的情况下,您应该设置sshd.advertisedAddress选项

查看更多信息here