AzDo - Cannot determine the organization name of this 'dev.azure.com' remote URL

A coupled of my colleagues are experiencing problems with connecting to AzDO. Here’s the error:

> Cannot determine the organization name of this ‘dev.azure.com’ remote URL. Ensure the ‘credential.useHttpPath’ configuration value is set, or set the organization name as the user in the remote URL…

Most likely they are using the wrong url, mostlikely tfvc vs git

Looks like a git credential manager thing. Normally Git Credential Manager will set that setting as a global git config setting.

Recent installers of git and vs2022 will also automatically do so.

Ouder versions of visual studio ship with the now crippled non cross platform version that’s no longer maintained.

Installing the most recent get for windows or installing the latest git credential manager core version will probably fix this.