首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何在Azure管道中标记存储库?您需要Git 'GenericContribute‘权限才能执行此操作

如何在Azure管道中标记存储库?您需要Git 'GenericContribute‘权限才能执行此操作
EN

Stack Overflow用户
提问于 2020-07-16 19:25:52
回答 1查看 1.7K关注 0票数 1

有一个大项目,它将克隆多个项目并构建它们。所以我希望用一个版本标签来标记这些项目。

但它提示我需要'GenericContribute‘权限,日志如下

代码语言:javascript
运行
复制
git  -c http.extraheader="AUTHORIZATION: bearer ***" tag 1.15.11
git  -c http.extraheader="AUTHORIZATION: bearer ***" push origin 1.15.11
remote: 0000000000aaTF401027: You need the Git 'GenericContribute' permission to perform this action. Details: identity 'Build\0dea3e47-c818-4a83-ae9d-0422c80128c5', scope 'repository'.
2020-07-16T11:11:55.7839182Z [11:11:55.780 INF] remote: TF401027: You need the Git 'GenericContribute' permission to perform this action. Details: identity 'Build\0dea3e47-c818-4a83-ae9d-0422c80128c5', scope 'repository'.

EN

回答 1

Stack Overflow用户

发布于 2020-10-07 23:17:06

我相信,如果你给你的构建服务用户许可,它会工作的。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62933675

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档