Installing Gitlab on CentOS 6.2

I had a hard time installing Gitlab on a CentOS 6.2 machine and I tried several tutorials. I was lucky and I found an awesome installation script by Mattias Ohlsson which installs Ruby, Gitlab, Gitoline and Apache with the Passenger Module. On my machine I was not able to create new repositories with Gitlab.

The solution for the problem was, that the ‚git‘ user had to be added to the AllowedUsers in /etc/ssh/sshd_config .

Share this Diese Icons verlinken auf Bookmark Dienste bei denen Nutzer neue Inhalte finden und mit anderen teilen können.
  • MisterWong
  • del.icio.us
  • Google Bookmarks
  • Facebook
  • TwitThis
  • DZone
  • Digg
  • Print

6 Gedanken zu “Installing Gitlab on CentOS 6.2

  1. Pingback: Autostart resque for Gitlab on CentOS 6.2 with RVM installed | Forkbomb Blog

  2. Wonderful tutorial.

    I have problem when creating Project. When I try to push it ask for git@localhost password:
    I have added git to /etc/ssh/sshd_config. the entry looks like:

    AllowUsers git

    Any idea how to fix this issue?

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert