John Klug
John Klug

Reputation: 131

New cgit/gitolite not allowing access to copied repostiory

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.

Upvotes: 1

Views: 148

Answers (1)

John Klug
John Klug

Reputation: 131

I figured it out. I hadn't run:

gitolite setup

Upvotes: 1

Related Questions