Why TFS with GIT is not working from command line?

后端 未结 11 1349
不思量自难忘°
不思量自难忘° 2021-02-01 17:47

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

11条回答
  •  走了就别回头了
    2021-02-01 17:48

    My solution

    Open Control Panel > Credential Manager > Windows Credentials.

    Under Generic Credentials -> Add a generic credential

    Inter network address: git:https://tfs.[google].com

    admin:

    password:

    Replace google with the domain of your company. Put your EID or credentials to log into TFS.

提交回复
热议问题