gpt4 book ai didi

Git 克隆在 AWS CodeCommit 中工作,但推送失败并显示 403

转载 作者:行者123 更新时间:2023-12-04 14:25:10 28 4
gpt4 key购买 nike

我可以成功克隆我的 CodeCommit 存储库,但是当我尝试推送到它时,我收到 403。但是,抓取和 pull 工作正常。就好像我有只读访问权限。

我已将我的 .gitconfig 设置为使用 AWS CLI 作为凭证​​管理器:

[credential]
helper = !aws --profile builder codecommit credential-helper $@
UseHttpPath = true

问题是错误没有告诉我推送失败的原因:

$ git push origin test-branch
fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/my-example-repo/': The requested URL returned error: 403

互联网上关于他的错误的大多数问题都是在克隆失败时,但克隆对我有用。我在克隆成功和推送失败的地方发现了这个问题,但他的错误是不同的 - aws codecommit cannot push .

编辑::查看我的 CodeCommit 策略后,它有Full:Read Limited:List,Write:

enter image description here

还有一个 ResourceSpecifier = foo-*,但它适用于 GitPull 权限和 pull 工作,所以我怀疑它是资源说明符。

最佳答案

对于 MacOS:删除 Keychain 中的代码提交互联网密码,然后重试。还有:

git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true

关于Git 克隆在 AWS CodeCommit 中工作,但推送失败并显示 403,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47312444/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com