创建新的 Gerrit 项目

发布于 2024-12-02 03:12:40 字数 347 浏览 1 评论 0原文

我正在尝试通过 SSH 在新服务器上创建第一个 Gerrit 项目,但我无法让它工作。

我这样做:

ssh 192.168.0.106 -p 29418 -l fredrikpersson gerrit create-project --name fb-notifier.git

并得到:

尝试创建项目时出错:未找到存储库:无法 创建存储库 fb-notifier

有什么问题吗?

不确定这有什么区别,但我正在尝试通过 Windows 客户端的 Git Bash 命令窗口来完成此操作。

I'm trying to create the first Gerrit project on a new server via SSH, but I can't get it to work.

I do:

ssh 192.168.0.106 -p 29418 -l fredrikpersson gerrit create-project --name fb-notifier.git

and get:

Error when trying to create project: repository not found: Cannot
create repository fb-notifier

What's wrong?

Not sure it makes any difference, but I'm trying to do it through the Git Bash command window for Windows clients.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

如梦亦如幻 2024-12-09 03:12:40

您现在可以使用相关权限从 Gerrit UI 创建项目。管理->项目->创建项目。

you can create project from Gerrit UI now with related authority. Admin->Projects->Create Project.

奈何桥上唱咆哮 2024-12-09 03:12:40

不要用“.git”命名您的项目。 Gerrit 会自动添加 .git 后缀:

ssh 192.168.0.106 -p 29418 -l fredrikpersson gerrit create-project --name fb-notifier

Don't name your project with ".git". Gerrit will add the .git suffix automatically:

ssh 192.168.0.106 -p 29418 -l fredrikpersson gerrit create-project --name fb-notifier
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文