#441 Git URL Requests shows 404
Closed: Fixed None Opened 8 years ago by pbabinca.

  1. open main page of the project (e.g. https://pagure.io/rpkg),
  2. click on the link "more" next to Git URLs on the bottom of the page.

You'll see requests URL.

  1. Add this URL to git as a remote (git remote add origin-requests https://pagure.io/requests/rpkg.git)
  2. Run git fetch with this remote (e.g. git fetch origin-requests)

Git shows error:

fatal: repository 'https://pagure.io/requests/rpkg.git/' not found

I would say it should add new remote which will have Pull-requests in it.

Or I don't understand what is that for or how to use that.


Ok so that's a bug in the UI, requests and tickets repo are "private" so only admins of the project can clone it, which means over ssh only.

The UI needs to be adjusted for this.

Why are ticket and request repos private? Doesn't look like the data in the ui is? Expecting to implement privacy options in the future?

Also, same issue appears to affect forks

https://pagure.io/pagure/issue/474

Tickets can already be private and if PR are not at the moment, yes there will be the option for it later.

Login to comment on this ticket.

Metadata