$ pag clone modularity/fedmod $ git clone ssh://git@pagure.io/forks/modularity/fedmod.git fedmod Cloning into 'fedmod'... FATAL: R any forks/modularity/fedmod crobinso 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 and the repository exists.
Seems to think modularity/fedmod is someone's fork, but it isn't
Currently the clone command assumes that if there is a slash in the argument, it's a fork. There is no way to specify namespace now.
clone
One possible fix is in #36 – ask API if the project with such namespace exists, otherwise treat it as fork. Alternative solution would be to use different syntax for namespaces or forks. However this UI seems most intuitive to me, so I would probably stick to it.
Commit 768543a5 fixes this issue