What is the correct way to change default OS (ssh) user and group git/git, which are used during Gitlab installation, to something else (e. g. gitlab/gitlab) ?
After that manipulation a repo address should looks like [email protected]:repo.git, not default [email protected]:repo.git.
It's necessary because default 'git' user is used for another purpose on my server and cannot be used for Gitlab installation.
My OS: Ubuntu Server 12.04 x64
Gitlab installation guide: https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md
Thanks.