Team Explorer Everywhere with Eclipse Check

I use Team Explorer Everywhere with Eclipse. When I try to check my changes, I get the following error:

Access denied to connect to the TFS server myServerAddress (authentication as myComputerName / myUser)

I tried using the CrossPlatformCommandLine tool with the command tf profile, but received the following message

Argument failed: Profile command unknown

How can I manage my credentials?

+5
source share
2 answers

Profiles have been removed from Team Explorer Everywhere 2012. Authentication in TEE 2012 is as follows:

  • If you provided credentials on the command line, they will be used.

  • TFS, .

    • Windows TEE Credential Manager.

    • Mac OS TEE Keychain.

    • Unix- TEE $HOME/.microsoft/Team Foundation/4.0/Configuration/TEE-Servers/Credentials.xml.

  • , TEE 2012 .

    • Windows , , TFS, TFS, " " TFS.

    • Unix, Kerberos, ( TFS .)

  • TEE , , -noprompt.

, Team Explorer Everywhere , , Credential Manager.

+7

TEE , . . , .

+1

All Articles