将 Gitlab 安装期间使用的默认操作系统(ssh)用户和组 git/git 更改为其他内容(例如 gitlab/gitlab)的正确方法是什么?
在该操作之后,回购地址应该看起来像 gitlab@host.com:repo.git,而不是默认的 git@host.com:repo.git。
这是必要的,因为默认的“git”用户在我的服务器上用于其他目的,不能用于 Gitlab 安装。
我的操作系统:Ubuntu 服务器 12.04 x64
Gitlab安装指南:https ://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md
谢谢。