GIT-TFS

Git-tfs 是将 Git 存储库连接到 Team Foundation Server(TFS)存储库的第三方工具。

大多数远程 TFVS 实例将在每次交互时请求你的凭据,并且安装 Git-Credential-Manager-for-Windows 可能无济于事。可以通过向 .git/config 添加你的名称密码来克服它

[tfs-remote "default"]
  url = http://tfs.mycompany.co.uk:8080/tfs/DefaultCollection/
  repository = $/My.Project.Name/
  username = me.name
  password = My733TPwd