We have a TFS 2017 server setup on our corporate domain. I want to use the Git for Windows CMD line to push and pull code from a repo on that TFS server.
I have adde
Make sure you don't have a credential helper which might have cached the wrong credentials.
Check git config -l for any credential.helper line.
git config -l
credential.helper
With recent Git for Windows, you would be using the Microsoft Git Credential Manager, linked to the Credential Manager in Windows