I want to use git command line tools with Microsoft Team Foundation Server git repositories.
But every time I want to access remote repositories, authentication fails. And of course, I'm using Active Directory (this is a TFS server). Git repo management works fine with Visual Studio. (even push, sync, clone, etc.).
Cloning into 'blabla'
fatal: Authentication failed for 'http://server:8080/tfs/BlaCollection/_git/blabla/'
I intend to use these patterns and always fail.
- DOMAIN \ username
- username @domainforest
Has anyone connected using command line tools to TFS with a git server? In my company, we use tokens to log into Windows, maybe the reason?
source
share