There is a developer on my team that gets a git authentication error trying to clone any repositories from our Azure DevOps private instance at dev.azure.com/MyCompany. It doesn't matter whether she starts from ADO and uses the "clone in IDE" command, or if she uses the project explorer in Visual Studio itself.
However, in her project explorer in VS, she also sees our ADO instance as mycompany.visualstudio.com and if she clones from there, it works. I know intellectually it's pointing to the same thing but this is the only person on my team with this strange behavior.
Some things we've tried so far:
- compared our git configuration setting to make sure there weren't any major differences (the only thing that stuck out was she had multiple instances for http.sslcainfo with different values - but even after we got her down to one that didn't fix the issue)
- went into Windows Credential Manager and deleted any instance of cached git creds that she had
I'm an organization admin for our ADO instance and I don't see anything sticking out with her account that could account for this. She is on an older version of Visual Studio - 15.7.3 - but she's not the only one on my team on that version and the others are working fine.
Any other suggestions? I appreciate any insight.