I setup my new repo in aws codecommit. I'm totally new to this.
I can clone my repo using this
git clone ssh://APKAISIJVIU6XXXXXX@git-codecommit.us-east-1.amazonaws.com/v1/repos/weewee my-demo-repo
However when I try to push I get this message
Permission denied (publickey). fatal: Could not read from remote repository.
I setup the config file and the credentials as instructed in AWS.
I can't find what I'm missing.