【发布时间】:2020-07-11 17:55:35
【问题描述】:
我们在几个 Azure DevOps 存储库中分发了一些脚本。 我们的目标是:
- 解析所有这些存储库
- 从我们的脚本中提取帮助信息并生成 .md 文件
- 将这些 .md 文件推送到另一个本地 Azure DevOps 存储库
我们正在使用发布管道,我们的源代码库作为工件。
我们如何验证这个本地仓库然后推送提交? 我收到以下错误:
2020-03-31T07:35:31.9598572Z ##[error]*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
是否可以使用代理身份或类似的东西?
【问题讨论】:
-
好几天没有收到您的回复,能否分享一下您对此问题的最新信息?如果您有任何疑虑,请随时在此处分享。
标签: git azure-devops pipeline release