running git clone against AWS CodeCommits gets me a 403 error

后端 未结 13 1045
没有蜡笔的小新
没有蜡笔的小新 2021-01-31 14:56

My local laptop is a Mac.

  1. The ssh key is configured properly. This is the content of ~/.ssh/config

    Host barthea Hostname git-codecommit.us-east

13条回答
  •  别跟我提以往
    2021-01-31 15:48

    I also face same 403 error while using git push command in windows. I done all settings mentioned in AWS docs, but non resolved my issue. After i reviewed git credential set via Windows Credential as shown in screen. I found instead of git https credentials, it set access key / secret key (don't know how).

    Click on edit link, update credential with proper git credential generated for AWS User, everything worked fine.

提交回复
热议问题