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?

fatal: Cannot determine the organization name for this ‘dev.azure.com’ remote URL.の解決方法

Last updated at Posted at 2025-05-31

Azure環境下で「git push origin ~」をした際に、下記のエラーが出てしまったためメモ。

環境

Windows11
Azure

エラー内容

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’.

解決方法

credential.useHttpPathをtrueに設定

下記を打ち込めば解決

git config --global credential.useHttpPath true
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?