Cannot determine the organization name for this 'dev.azure.com' remote url
Solution 1:
What fixed the issue for me is going to Tools > Options > Source Control > Git Global Settings, there I changed all 4 dropdowns which were still selected as "Unset":
- Prune remote branches during fetch - False
- Rebase local branch when pulling - False
- Cryptographic network provider - OpenSSL
- Credential helper - GCM Core
Source: https://docs.microsoft.com/en-us/visualstudio/ide/git-with-visual-studio?view=vs-2019#personalize-your-git-settings
Note: These are the settings my organization requires. You might have to tweak them around according to your exact issue.
Solution 2:
Okey, i just updated git for windows git update-git-for-windows
with git bash. Then selected the new non deprecated credential manager when installing and now it works fine.
Solution 3:
Check your credentials in Tools > Options > Source Control > Git Global Settings
Solution 4:
Install the latest version of Git Credential Manager to resolve this issue.
Windows:
Download here and install, it does not require admin access.
MacOS Homebrew:
To install, run the following:
brew tap microsoft/git
brew install --cask git-credential-manager-core
After installing you can stay up-to-date with new releases by running:
brew upgrade git-credential-manager-core
Linux Debian package (.deb):
Download the latest .deb package, and run the following:
sudo dpkg -i <path-to-package>
git-credential-manager-core configure
Note that Linux distributions require additional configuration to use GCM Core.
Linux tarball (.tar.gz):
Download the latest tarball, and run the following:
tar -xvf <path-to-tarball> -C /usr/local/bin
git-credential-manager-core configure
Latest Releases: https://github.com/microsoft/Git-Credential-Manager-Core/releases/
Solution 5:
I encountered this error and I was able to resolve it by installing the latest version of gcm-core
.
https://github.com/microsoft/Git-Credential-Manager-Core/releases