0

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

次に、Azure Devops で、アカウント #1 を使用して PAT が作成されます ここに画像の説明を入力

PAT は Windows Credentials Manager に保存されます (試行ごとに削除します)。 ここに画像の説明を入力

4

2 に答える 2