can't clone repos
Created by: danielpuglisi
I get following error when I try to clone from gitolite
git clone git@host:repo Cloning into 'repo'... R access for repo DENIED to myuser (Or there may be no repository at the given path. Did you spell it correctly?) fatal: The remote end hung up unexpectedly
But I can clone the gitolite-admin repo and the ssh key is in the keydir dir, I've uploaded it through the gitlab webinterface. Also the gitolite.conf file is updated as well, with the same name as the key has. Oh, and I'm admin in the repo I want to clone in the gitlab webinterface.
Any idea?