GitでPushすると “fatal: Cannot determine the organization name for this ‘dev.azure.com’ remote URL.” エラーになる

それまで問題なくプッシュできていたのが、突如以下のエラーが発生し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に変更する。

以上。
これで再びプッシュできるようになった。