Update doc/installation.md
Git Smart HTTP protocol runs on `gitlab:gitlab`.
This commit is contained in:
parent
b2df61d85a
commit
e09bff082e
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ Add your user to the `git` group:
|
|||
|
||||
sudo usermod -a -G git gitlab
|
||||
|
||||
Add `git` user to `gitlab` group:
|
||||
|
||||
sudo usermod -a -G gitlab git
|
||||
|
||||
Generate key:
|
||||
|
||||
sudo -H -u gitlab ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa
|
||||
|
|
Loading…
Reference in a new issue