无法从VSOnline克隆Azure DevOps存储库

问题描述 投票:1回答:1

我正在尝试使用Azure Repos扩展名(https://online.visualstudio.com/environments)将存储库克隆到Visual Studio Code Online(Chrome浏览器)上的工作区中:

enter image description here

[当我尝试执行Team: Signin命令时,出现错误:

enter image description here

当我尝试从终端克隆仓库时,我得到:

vsonline:~/workspace$ git clone https://dev.azure.com/MyOrganization/MyProject/_git/MyApp
Cloning into 'MyAppApp'...
Username for 'https://dev.azure.com': [email protected]
Password for 'https://[email protected]@dev.azure.com': 
fatal: Authentication failed for 'https://dev.azure.com/MyOrganization/MyProject/_git/MyApp'

我的桌面上的VS Code我没有问题,我在做什么错?

visual-studio-code azure-devops tfvc azure-repos
1个回答
0
投票

此错误是由于从Azure DevOps Repos克隆存储库时的身份验证导致的,它还导致您的Azure Repos扩展找不到存储库。

请检查Authentication overview,并确保用户名和密码正确且可用。

© www.soinside.com 2019 - 2024. All rights reserved.