azure devops 存储库 URL
azure devops repos URL
我突然遇到 Azure 存储库问题 URL :
我刚刚开始一个在 DevOps 中创建的新项目,它希望我使用的url是
https://OrgName@dev.azure.com/OrgName/RepoName/_git/RepoName
而且总是失败(在循环中询问凭据),如果我在 VS Code 中单击“克隆”也是如此。
然而,在我几年前使用 devops 创建的组织中,它给我的 GIT url 是这样的。
https://dev.azure.com/Test/_git/Test
如果我从 devops url 中删除 OrgName@,它会很好地克隆 repo,那么为什么 devops 添加它,我们如何才能让它在 url 中使用它或停止devops 在 URL 中为 git 回购提供它 ?
您需要使用右上角的“克隆”link。
来自docs:
那应该会为您提供合适的 link 您可以使用。
查看this ticket中产品组的回复:
This cannot be fixed at this time due to backwards compatibility with
some old versions of Git Credential Manager. We plan to drop the org
prefix in the short future, once we confirm it won’t impact a large
base of users. Please understand that this is a priority for us,
although it cannot be taking at this time yet.
我们的产品组已经注意到这个问题,并计划在未来移除 organization@ 前缀。
解决方法:
方法 1. 如您所说,您可以手动删除 git 克隆 URL.
中的 organization@
方法 2. 您可以在组织设置 -> 概览
中禁用新的 URL
那你就可以用老URLorganizationname.visualstuido.com
签到组织了。
在这种情况下,git 克隆 url 将不包含 organization@
。
我突然遇到 Azure 存储库问题 URL :
我刚刚开始一个在 DevOps 中创建的新项目,它希望我使用的url是
https://OrgName@dev.azure.com/OrgName/RepoName/_git/RepoName
而且总是失败(在循环中询问凭据),如果我在 VS Code 中单击“克隆”也是如此。
然而,在我几年前使用 devops 创建的组织中,它给我的 GIT url 是这样的。
https://dev.azure.com/Test/_git/Test
如果我从 devops url 中删除 OrgName@,它会很好地克隆 repo,那么为什么 devops 添加它,我们如何才能让它在 url 中使用它或停止devops 在 URL 中为 git 回购提供它 ?
您需要使用右上角的“克隆”link。
来自docs:
那应该会为您提供合适的 link 您可以使用。
查看this ticket中产品组的回复:
This cannot be fixed at this time due to backwards compatibility with some old versions of Git Credential Manager. We plan to drop the org prefix in the short future, once we confirm it won’t impact a large base of users. Please understand that this is a priority for us, although it cannot be taking at this time yet.
我们的产品组已经注意到这个问题,并计划在未来移除 organization@ 前缀。
解决方法:
方法 1. 如您所说,您可以手动删除 git 克隆 URL.
中的organization@
方法 2. 您可以在组织设置 -> 概览
中禁用新的 URL那你就可以用老URLorganizationname.visualstuido.com
签到组织了。
在这种情况下,git 克隆 url 将不包含 organization@
。