Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SourceTree won't let me delete password

I am in the process of deleting an account on my source tree, but whenever I attempt to delete in:

Tools > Options > Authentication

SourceTree doesn't delete the saved password. I need to delete the password as it has the incorrect details associated with the account.

OS: Windows 10

Version: 2.1.2.5

like image 596
Ryan Penning Avatar asked Aug 15 '17 10:08

Ryan Penning


People also ask

Where is SourceTree password stored?

1 answer. The credentials are stored in the Windows' Credential Manager, under the Windows Credentials section, stored with a 'git:' prefix.

How do I remove a password from SourceTree Mac?

In Mac, it can be changed by clicking on Gear icon > Accounts. Alternatively, you can go to the "Keychain Access" utility on the Mac, search for the remote password and delete the stored key. Then the next time you start SourceTree, it will ask you for your new credentials. Let us know if this worked for you!

How do I delete my SourceTree account?

To do this, Close Sourcetree. Navigate to <username>\AppData\Local\Atlassian\SourceTree\ Delete accounts.


1 Answers

I'll add to @KyleMit answer that you can actually edit this %LOCALAPPDATA%\Atlassian\SourceTree\passwd file and remove only the record you want to re-enter.

like image 117
Andrey Stukalin Avatar answered Oct 16 '22 09:10

Andrey Stukalin