调用tf.exe时如何记住用户名/密码?

发布于 2024-10-02 19:56:30 字数 111 浏览 5 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦忆晨望 2024-10-09 19:56:30

我认为您需要的是将参数 /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 your TF.exe command.

Example:
TF.exe get $/Path/To/Source/On/TFSServer /recursive /login:DOMAIN\Username,YourPassword

Hope that helps!

暗藏城府 2024-10-09 19:56:30

您可以将凭据存储在“存储的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文