gpt4 book ai didi

git - Azure 管道不允许 git push 需要 'GenericContribute' 权限

转载 作者:太空狗 更新时间:2023-10-29 14:28:48 31 4
gpt4 key购买 nike

我正在尝试使用 cmd 组件推送在 Azure 管道期间完成的一些更改,如下所示,

steps:
- script: |
git config user.email you@you.com
git config user.name "your name"
git diff
git add .
git commit -m "version update [skip ci]"
git push origin HEAD:master

但它没有显示以下错误。

remote: 0000000000aaTF41027: You need the Git 'GenericContribute' permission to perform this action. Details: identity 'Build\sdfdfjjkk', scope 'repository'

我已经设置了必要的权限如下:

enter image description here

允许脚本访问 OAuth token 也已启用,如前所述 here

我还需要哪些其他权限才能使其正常工作?

最佳答案

您需要授予Project Collection Build Service(账户名)权限:

enter image description here

关于git - Azure 管道不允许 git push 需要 'GenericContribute' 权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56541458/

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