Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 SSH 在新服务器上创建第一个 Gerrit 项目,但我无法让它工作。
我愿意:
ssh 192.168.0.106 -p 29418 -l fredrikpersson gerrit create-project --name fb-notifier.git
并得到:
尝试创建项目时出错:找不到存储库:无法创建存储库 fb-notifier
怎么了?
不确定它有什么不同,但我正在尝试通过 Windows 客户端的 Git Bash 命令窗口来实现。
您现在可以使用相关权限从 Gerrit UI 创建项目。管理->项目->创建项目。
不要用“.git”命名你的项目。Gerrit 会自动添加 .git 后缀:
ssh 192.168.0.106 -p 29418 -l fredrikpersson gerrit create-project --name fb-notifier