それまで問題なくプッシュできていたのが、突如以下のエラーが発生しPushできなくなった。
fatal: Cannot determine the organization name for this ‘dev.azure.com’ remote URL. Ensure the ‘credential.useHttpPath’ configuration value is set, or set the organization name ase the user in the remote URL ‘{org}@dev.azure.com’.
error: (以下省略)
対策
Visual Studioを開きメニューのGit
から設定
を開く。
Gitグローバル設定
の資格情報ヘルパー
をGCM Core
に変更する。
以上。
これで再びプッシュできるようになった。