通过从TFS2012服务器'A'拉出项目使用GIT Bash创建git存储库(repo1)后,我尝试使用 repo1 解释here的目录:
git tf configure http://localmachine:8080/tfs/DefaultCollection $/PersonalSite/repo1
但是以下错误显示:
错误:
git-tf: nothing to configure. please specify an option to configure
我试过谷歌搜索这个错误,但找不到多少帮助。
注意:最终我需要签入TFS2012服务器'B'以保持更改。
你能帮忙解决这个错误吗? 感谢
答案 0 :(得分:6)
如果您已经配置了tfs repo,则会出现此错误。要查看您是否已配置它,请执行此操作..
git-tf configure -l
如果您需要将其更改为另一个tfs repo,请使用--force开关。