New cgit/gitolite not allowing access to copied repostiory

102 Views Asked by At

Is there any way to get a log of what failed during cloning?

But cloning my copied repository is denied:

$ git clone [email protected]:linux linux-999
Cloning into 'linux-999'...
FATAL: R any linux user1 DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.

Please make sure you have the correct access rights

The gitolite.conf file:

 ...
repo testing
    RW+     =   @all

repo linux
    RW+     =   @all

The repositories on the server are all owned by the gitolite user.

1

There are 1 best solutions below

0
On

I figured it out. I hadn't run:

gitolite setup