调用tf.exe时如何记住用户名/密码?
我使用 tf.exe 命令获取最新代码,但它一直要求输入用户名/密码 - 有没有办法让这些凭据被记住?
我查看了 tf.exe 参数列表,但没有允许传递用户名/密码的选项。接下来我可以尝试什么?
I use tf.exe command to get the latest codes but it keeps asking for username/password - is there a way to make those credentials remembered?
I've looked at the tf.exe argument list but no options allowing to pass-in username/password. What can I try next?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您需要的是将参数 /login 添加到您的
TF.exe
命令中,即/login:DOMAIN\Username,YourPassword
。例子:
TF.exe get $/Path/To/Source/On/TFSServer /recursive /login:DOMAIN\Username,YourPassword
希望有帮助!
I think what you need is adding the parameter /login, i.e.
/login:DOMAIN\Username,YourPassword
, to yourTF.exe
command.Example:
TF.exe get $/Path/To/Source/On/TFSServer /recursive /login:DOMAIN\Username,YourPassword
Hope that helps!
您可以将凭据存储在“存储的 Windows 凭据”中。
请参阅http: //www.ewaldhofman.nl/post/2009/05/21/Automatically-connect-to-TFS-under-another-user-account.aspx 了解更多信息
You can store the credentials in the Stored Windows Credentials.
See http://www.ewaldhofman.nl/post/2009/05/21/Automatically-connect-to-TFS-under-another-user-account.aspx for more information