git clone: Authentication failed for

前端 未结 12 1328
天命终不由人
天命终不由人 2020-12-25 09:57

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

12条回答
  •  伪装坚强ぢ
    2020-12-25 10:09

    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/...
    

提交回复
热议问题