Commit e09bff082eade2ce35e6ef8af3e265b37f6a0483

Authored by Saito
1 parent b2df61d8

Update doc/installation.md

Git Smart HTTP protocol runs on `gitlab:gitlab`.
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
doc/installation.md
... ... @@ -157,6 +157,10 @@ Add your user to the `git` group:
157 157  
158 158 sudo usermod -a -G git gitlab
159 159  
  160 +Add `git` user to `gitlab` group:
  161 +
  162 + sudo usermod -a -G gitlab git
  163 +
160 164 Generate key:
161 165  
162 166 sudo -H -u gitlab ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa
... ...