Cannot determine the organization name for this 'dev.azure.com' remote URL
Cannot determine the organization name for this 'dev.azure.com' remote URL
Cannot determine the organization name for this 'dev.azure.com' remote URL
Re: Cannot determine the organization name for this 'dev.azure.com' remote URL
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://learn.microsoft.com/en-us/visualstudio/ide/git-with-visual-studio?view=vs-2019#personalize-your-git-settings](https://learn.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.
- Prune remote branches during fetch - False
- Rebase local branch when pulling - False
- Cryptographic network provider - OpenSSL
- Credential helper - GCM Core
Source: [https://learn.microsoft.com/en-us/visualstudio/ide/git-with-visual-studio?view=vs-2019#personalize-your-git-settings](https://learn.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.