Permission denied (publickey).
fatal: Could not read from remote repository.
I am trying to configure my bitbucket pipeline to connect to aws codecommit but it gives me permission denied, configure the bitbucket-pipelines.yml and the environment variables. Try that user from my console and push works well.
Hi Carlos, welcome to the Community! Are you still experiencing this issue?
Can you confirm you're using the right credentials and SSH key? You can run this command to see the user that Git is trying to authenticate:
ssh -Tv git@bitbucket.org
If the credentials are right, I'd also recommend contacting AWS services to make sure you're following the correct steps and that they don't have any problem with the credentials.
Best regards!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.