创建新的 Gerrit 项目
我正在尝试通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您现在可以使用相关权限从 Gerrit UI 创建项目。管理->项目->创建项目。
you can create project from Gerrit UI now with related authority. Admin->Projects->Create Project.
不要用“.git”命名您的项目。 Gerrit 会自动添加 .git 后缀:
Don't name your project with ".git". Gerrit will add the .git suffix automatically: