R any gitolite-admin gitlab DENIED by fallthru
Created by: kingkorf
Guys i'm getting this error on an update of gitolite v2 to gitolite v3 for gitlab:
R any gitolite-admin gitlabhq DENIED by fallthru
I followed these steps: https://github.com/gitlabhq/gitlabhq/wiki/Update-gitolite
And edited my .gitolite.rc follow this guide: http://sitaramc.github.com/gitolite/install.html#migr
Now I get this error when trying the new install of gitolite v3 using this command:
sudo -u gitlab -H git clone git@localhost:gitolite-admin.git /tmp/gitolite-admin
Output: root@git:/home/git# sudo -u gitlabhq -H git clone git@localhost:gitolite-admin.git /tmp/gitolite-admin Cloning into /tmp/gitolite-admin... FATAL: R any gitolite-admin gitlabhq DENIED by fallthru (or you mis-spelled the reponame) fatal: The remote end hung up unexpectedly root@git:/home/git#
I hope you guys can help out, thanks in advance!