I've setup an install of TFS Express 2013 on my build machine. I can connect via web and Visual Studio 2013 just fine with my domain credentials (NTLM), however no 3rd party tools or command line tools can authenticate. When entering in my credentials on the command line, all I get is fatal: Authentication failed
The server forces https with a self-signed certificate and I use my domain credential for access. I've added the cert to my dev machine's root CA and use sslVerify=false in my gitconfig - the normal SSL issues have been resolved (but may be something related).
So far I've tried several options I found in this question, but no luck.
- Removed special chars from password
- Dropping to msysgit 1.8.1
- Using/reinstalling gitcredentialstore, no luck. Setting credentials there manually didn't work either.
- Made a local user on the build machine, added into the TFS project, still unable to connect.
- Enabling basic auth in IIS, nothing, so turned it off leaving just Windows auth.
Allowing http works fine but not willing to let that be production.
I can connect just fine to github on command line, but not TFS.
Any extra insight would be much appreciated.