#482 Fail to clone after deleting fork
Closed: Fixed None Opened 8 years ago by ralph.

I forked a fork (maxamillion/releng to ralph/releng).

Then I deleted my fork.

Then I forked the primary repo (releng to ralph/releng).

Then I tried to clone that repo, but I got:

❯ git clone ssh://git@pagure.io/forks/ralph/releng.git
Cloning into 'releng'...
cd releng
FATAL: split conf set, gl-conf not present for 'forks/ralph/releng'
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Ok I think this was because of a bug we found, @maxamilion had created a project -testing which is an invalid project name for gitolite.

This pretty much prevent pagure from updating the gitolite configuration, breaking cloning of every new projects/forks.

We tracked it down and solved that question today, so it should be working again.

And to this from happening in the future, I opened: https://pagure.io/pagure/issue/486

Could you confirm if it works for you?

Thanks

Yup, it seems to be working now. Thanks!

Login to comment on this ticket.

Metadata