From e09bff082eade2ce35e6ef8af3e265b37f6a0483 Mon Sep 17 00:00:00 2001 From: Saito Date: Wed, 24 Oct 2012 16:28:32 +0800 Subject: [PATCH] Update doc/installation.md Git Smart HTTP protocol runs on `gitlab:gitlab`. --- doc/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index 282cad95..b04a324d 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