diff options
author | Saito <saitowu@gmail.com> | 2012-10-24 16:28:32 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2012-10-24 16:28:32 +0800 |
commit | e09bff082eade2ce35e6ef8af3e265b37f6a0483 (patch) | |
tree | 8304fe6fe74163209d2c4aa7627cafb1c5f27085 /doc | |
parent | b2df61d85ab295a9ba4585f667537a9afc3efc6a (diff) | |
download | gitlab-ce-e09bff082eade2ce35e6ef8af3e265b37f6a0483.tar.gz |
Update doc/installation.md
Git Smart HTTP protocol runs on `gitlab:gitlab`.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md index 282cad95dea..b04a324d641 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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 |