我正在使用 Atlassian 的 SourceTree 在 Mac OS 上使用 git,并选择 AWS CodeCommit 作为远程托管服务器。
按照AWS 和我的本地存储库之间的 HTTPs 连接的这些步骤,
这是我的git config --global --edit
样子:
然后尝试将创建的空仓库从 AWS 克隆到 SourceTree:
我得到错误打印出来:
中止:HTTP 错误 403:禁止 aws --profile 默认 codecommit credential-helper $@ get:aws:找不到命令致命:无法访问' https://git-codecommit.us-east-1.amazonaws.com/v1 /repos/my-git-repo/ ':请求的 URL 返回错误:403
更新
尝试了@Steffen Opel 提供的答案,结果更像:
我错过了什么吗?