I want to use the git command line tools with the Microsoft Team Foundation Server Git repositories.
But every time I want to access to remote repos the authentication f
Finally a collegue hit the solution and I will post it here:
Use the command:
git config --global credential.http://[tfs_server].integrated true
Of course, replace [tfs_server] with your own TFS server host name.
When Credential Manager asks for credentials just leave blanks and press OK. (I this way authentication will be performed using Kerberos).
Check here for more information https://github.com/Microsoft/Git-Credential-Manager-for-Windows#q-i-thought-microsoft-was-maintaining-this-why-does-the-gcm-not-work-as-expected-with-tfs