diff --git a/doc/installation.md b/doc/installation.md index 3dfedfe10adb335c51ce9a7994f6c2d944ebcb9c..7a44db382cb58ad095d5bd7526f0be17c7e8eade 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -127,7 +127,16 @@ Permissions: sudo -u gitlab -H git clone git@localhost:gitolite-admin.git /tmp/gitolite-admin # if succeed you can remove it - sudo rm -rf /tmp/gitolite-admin + sudo rm -rf /tmp/gitolite-admin + + # if failed and return like this + ssh: connect to host localhost port 22: Connection refused + # add follow line in /etc/ssh/sshd_config + ListenAddress 127.0.0.1 + # and restart sshd + reload ssh + + **IMPORTANT! If you cant clone `gitolite-admin` repository - DONT PROCEED INSTALLATION**