Sergii P
Sergii P

Reputation: 710

Change default credentials in Tee-clc. MacOS

I installed tee-clc 14.135 using brew install on MacOS Catalina. I set it up with my credentials that were saved and every time I do checkin it uses those credentials.

tf checkin Access denied connecting to TFS server http:severname:8080/ (authenticating as UserName/DomainName)

I need to substitute cached credentials with the new ones. Any ideas how to do so?

I tried: export TF_AUTO_SAVE_CREDENTIALS=1 and using different credentials. Uninstalling tee-clc didn't help. Still picks up old credentials

Upvotes: 1

Views: 367

Answers (1)

Edward Han-MSFT
Edward Han-MSFT

Reputation: 3185

I need to substitute cached credentials with the new ones.

You could clear mac cached credentials by reference to Password, Credential Manager and Keychain Editing for guidance.

If you use Eclipse, please close all Eclipse instances, clear TFS/DevOps caches %LOCALAPPDATA%\Microsoft\Team Foundation\x.0\Cache, and restart the Eclipse as Administrator.

If you use Visual Studio, please refer to this thread: Clear stored TFS credentials in Visual Studio for more details.

In addition, if your organization is secured with a firewall or proxy server, please refer to this doc: Allowed address lists and network connections to configure your Network environment.

BYW, this thread talks more about this issue, might be helpful too.

Upvotes: 1

Related Questions