on 2025 Jan 06 9:09 AM
Hi Team,
Can anyone help me on the below issue.
Here i am implementing ci-cd process facing below error.
[2025-01-06T04:18:50.794Z] stderr: remote: Support for password authentication was removed on August 13, 2021.
[2025-01-06T04:18:50.795Z] remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-... for information on currently recommended modes of authentication.
[2025-01-06T04:18:50.795Z] fatal: Authentication failed for 'https://github.com/My BU/fruits.git/'
Here my GitHub repo is private one.
Thanks,
Sravani
Request clarification before answering.
In Case you are still looking for answer. I faced the same issue with my private repo. The trick is to create a credential with your GIT HUB User Name, Basic Authentication and use PAT as password (Personal Access Token)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sravani,
Looks like you try to access your repo via user/password, while access via personal access token or SSH key seems to be required. For more information, see Token authentication requirements for Git operations - The GitHub Blog.
If you using SAP Continuous Integration and Delivery serivce for your pipeline, create a new credential using one of the supported authentication methods (e.g. personal access token), assign this new credential to your repository and try again.
I hope this helps!
Best regards,
Boris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.