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 .
Pingback: Autostart resque for Gitlab on CentOS 6.2 with RVM installed | Forkbomb Blog
Thanks.. lets see whether this works for me.
Wonderful! This worked perfectly for me. Thanks.
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?
I finally used below tutorials and it worked like charm.
https://github.com/nielsbasjes/gitlab-recipes/blob/master/install/CentOS_6.md
I’m glad to hear you got it working!