Why TFS with GIT is not working from command line?

后端 未结 11 1494
不思量自难忘°
不思量自难忘° 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 18:11

    1. Remove your git credentials from Windows Control Panel (as what everyone is suggesting)

    2. If cmd still not prompting you for reentering of git credentials. e.g

    fatal: Authentication failed for ....

    You may try to uninstall your git-windows and choose the 'None' option. To avoid using a credentials helper.

    Screenshot page for None Option

提交回复
热议问题