我正在使用Atlassian的SourceTree在Mac OS上使用git,并选择AWS CodeCommit作为远程托管服务器。未能将SourceTree连接到AWS CodeCommit
以下这些steps对于HTTPS AWS和我的本地回购之间的连接,
,这里是我git config --global --edit
看起来像:
我得到错误信息打印出来:
abort: HTTP Error 403: Forbidden aws --profile default codecommit credential-helper [email protected] get: aws: command not found fatal: unable to access ' https://git-codecommit.us-east-1.amazonaws.com/v1/repos/my-git-repo/ ': The requested URL returned error: 403
UPDATE
试图通过@Steffen欧宝提供的答案,并得到更象:
我错过了什么?
您能解决此问题吗? – Metallikanz