Visual Studio 2019 で Azure Devops からリポジトリを複製しようとすると、次のエラーが発生します。
TF401019: The Git repository with name or identifier X does not exist or you do not have permissions for the operation you are attempting.
Error encountered while cloning the remote repository: Git failed with a fatal error.
私は2つのアカウントを使用しています:
- user@domain.com
- user@seconddomain.com
user@domain.com は Visual Studio のメイン アカウントです。リポジトリにアクセスできますが、権限はありません。user@seconddomain.com は、Visual Studio で設定された別のアカウントであり、私のリポジトリに完全にアクセスできます。
レポを複製しようとすると、上記のエラーが発生します。Azure Devops で、個人用アクセス トークンが 2 番目のアカウントではなく 1 番目のアカウントで作成されていることに気付きました。これは、間違ったアカウントに接続しようとしていると想定しています。Windows Credentials Manager から資格情報を削除し、IE と Edge からキャッシュをクリアしても、Visual Studio から資格情報を求められることはありません。
Visual Studio 2019 で Azure Devops リポジトリを複製するアカウントを指定する方法はありますか?
- - アップデート
クローンを作成するときは、Visual Studio にアカウント #2 でログインし、dev.azure.com の下にリポジトリを一覧表示します。
しかし、私はこのエラーが発生します:
Remote: TF401019: The Git repository with name or identifier X does not exist or you do not have permissions for the operation you are attempting.
Error encountered while cloning the remote repository: Git failed with a fatal error.
repository 'https://dev.azure.com/X' not found