On Wed, Jul 31, 2024 at 07:59:20AM GMT, Emmanuel Seyman wrote:
- John W. Himpel [30/07/2024 19:27] :
When I enter "git push -u origin "InitialCommit" https://pagure.io/forks/jwhimpel/fedora-server.git then enter my userid and password,
You need to use an API key to commit to git.
- Go to https://pagure.io/settings#nav-api-tab
- Click on "Create new API key".
- On that page, make sure "Commit to a git repository via http(s)"
is checked.
- Click on create.
- You'll be able to use that API key to commit to the repository.
Or you can use ssh, clone with:
ssh://git@pagure.io/forks/jwhimpel/fedora-server.git
and then use your ssh key to pull/push.
kevin