On Wed, 2024-07-31 at 01:58 +0200, Emmanuel Seyman wrote:
- John W. Himpel [30/07/2024 15:32] :
I then wanted to execute the git clone ssh:....... command shown, but do not know which path I should be using following the git@pagure.io in the command.
I believe you should fire off the command: git clone https://pagure.io/forks/jwhimpel/fedora-server.git
Emmanuel
Thanks!!
That allowed for the checkout to work properly. I created the ansible files under the "fedora-ansible" directory. I then git add and commit for my new ansible roles.
When I enter "git push -u origin "InitialCommit" https://pagure.io/forks/jwhimpel/fedora-server.git then enter my userid and password, I get remote: Authorization Required fatal: Authentication failed for 'https://pagure.io/forks/jwhimpel/fedora-server.git/'
Any suggestions?