Trying to access private corporate tfs. They gave me access by giving appropriate rights to windows user (domain\\login).
I\'m fine with accessing web interface of t
Rather than escape my password I left it out and was prompted for it, but only when I included the domain name before my username:
git clone https://some-dom-name\firstname.lastname@tfs.somedomain.com/tfs/...