0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

azureのrepoにアクセスできなくなった時の対処法

0
Posted at

状況

fatal: Authentication failed for 'https://dev.azure.com/xxx'

対処法も何も書いていないので、困ります。

原因

Personal Access Tokenの有効期限が切れています。

対処法

  1. ブラウザ上でそのURLにアクセス可能か確かめる
  2. PATを再発行する
  3. git credential managerに古いのを忘れてもらう: git config --global --unset credential.helper
  4. git pull origin mainなどで呼び起こす
  5. アカウント名はメールアドレス、パスワードはPATを貼り付ける

終わり

お疲れさまでした。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?