Cloning error with gitolite v3
Created by: surgery18
I just converted gitolite v2 to v3 following this guide to the letter https://github.com/gitlabhq/gitlabhq/wiki/Reinstall-gitolite. When I get to step 7, which is testing the gitolite clone, I get the following error:
sudo -u gitlab -H git clone git@localhost:gitolite-admin.git /tmp/gitolite-admin Cloning into '/tmp/gitolite-admin'... Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. FATAL: R any gitolite-admin gitlab DENIED by fallthru (or you mis-spelled the reponame) fatal: The remote end hung up unexpectedly
What should I try?
Thanks.