I am trying to set up My AWS code commit to my local system.
I am trying to clone the repo
git clone https://git-codecommit.us-east-1.amazonaws.com/v1/repos/lambda-pipeline-repo
when I tried to do that I get this window where I enter my IAM user credentials.
Soon after this, I get
Cloning into 'lambda-pipeline-repo'...
fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/lambda-pipeline-repo/': The requested URL returned error: 403
I am wondering what I am doing wrong.
I also tried things in this link
https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-https-windows.html
Could anyone help me out of this?