标签: git tfs
对于我的一个项目,我必须使用TFS。为此我已经安装了git-tfs。 一切都很好 - 现在我想添加我在TFS中定义的用户,这与我在Github或Bitbucket上定义的用户不同,以便我不必每次都输入我的用户名和密码git tf push或git tf pull。
git tf push
git tf pull
我尝试将本地.gitconfig添加到该存储库的根目录,然后尝试执行git config user.name "myname",但都不起作用。我仍然必须一直输入我的名字和密码。
.gitconfig
git config user.name "myname"