"Gitlab was unable to access your Gitolite system." but gitlab:app:status shows no problem
Closed
"Gitlab was unable to access your Gitolite system." but gitlab:app:status shows no problem
Created by: danray0424
Issue is in the title. When I create my first new repo in gitlab, I get an error about not being able to reach gitolite.
When I run the status check, everything comes back good.
I've confirmed that I'm doing both of those things as the same user (named gitlab).
Created by: danray0424
Figured it out. The log showed me "C is not in the allowed list of permissions!".
Googling that brought me to a patch for the gitolite client vendor package, here: https://github.com/wingrunr21/gitolite/commit/cb100415e7
Evidently the client doesn't behave well with "create" permissions on wildcard or regex repo specs.
Manually applying that patch made it work.
By Administrator on 2012-08-23T12:32:24 (imported from GitLab project)