cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Facing issue with BTP CI/CD Pipeline Initialization

reddyv
Explorer
0 Kudos
416

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

Accepted Solutions (0)

Answers (2)

Answers (2)

saurabhsharma82
Explorer
0 Kudos

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)

BorisZarske
Product and Topic Expert
Product and Topic Expert
0 Kudos

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