Reputation: 49
I am not able to push any changes from my local to codecommit and I am getting below error. I can clone, pull from the repo but while pushing I am facing the issue. fatal: unable to access 'https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/myrepo/': The requested URL returned error: 403
Upvotes: 1
Views: 965
Reputation: 11
Check the IAM policies that attached to your user. You probably don't have "codecommit: GitPush" rights.
Upvotes: 1