克隆时 AWS CodeCommit 访问被拒绝
AWS CodeCommit access denied while cloning
最近 我使用从 AWS IAM 用户生成的 git 凭据设置并下载了存储库,然后
- 我删除了 AWS git 生成的密钥,我曾用它来克隆
第一次回购
现在
- 我生成了另一个 AWS git 密钥,但它没有要求我提供
我得到的是用户名和密钥
ERROR
Cloning into 'myawsrepo'...
fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/myawsrepo/': The requested URL returned error: 403
MacBook-Pro:~ apple$
- 转到 AWS IAM 控制台中的用户
- 已删除 git 凭据
- 已删除用户凭据
- 创建了新的用户凭据
- 创建了新的 git 凭据
最近 我使用从 AWS IAM 用户生成的 git 凭据设置并下载了存储库,然后
- 我删除了 AWS git 生成的密钥,我曾用它来克隆 第一次回购
现在
- 我生成了另一个 AWS git 密钥,但它没有要求我提供 我得到的是用户名和密钥
ERROR
Cloning into 'myawsrepo'...
fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/myawsrepo/': The requested URL returned error: 403
MacBook-Pro:~ apple$
- 转到 AWS IAM 控制台中的用户
- 已删除 git 凭据
- 已删除用户凭据
- 创建了新的用户凭据
- 创建了新的 git 凭据