We're sorry, but we cant get access to your gitosis.
Created by: DejaAugustine
I'm sure there's something incredibly simple that I'm missing, but for some reason I cannot get GitLabHQ to connect to gitosis in any way, shape, or form.
I'm running on RHEL5 w/ Apache and Passenger. I've created a git user, installed and initialized gitosis. Logged in as the git user, I'm able to clone the gitosis-admin repo:
$ git clone git@localhost:gitosis-admin.git
The gitlabhq app is being run as the git user, and my gitosis.yml looks to be correct:
admin_uri: git@localhost:gitosis-admin.git base_path: /home/git/repositories/ host: localhost git_user: git
I am able to use gitosis fine as configured, if I don't go through the gitlabhq interface, but still get the Gitosis Error screen if I try to create a new project through the web interface.
Does anyone have any ideas of things to try?