Solve the problem of password modification in Git account in SourceTree

Because the company requires, you need to change the password once every three months, and each account is changed synchronously.

This causes problems with the use of soucetree. When connecting to git, sourcetree does not automatically update the password, but you need to manually change the password.

I found a few solutions on the Internet, letting you delete a file named: passwd, and then open sourcetree will let you re-enter the password,

But there is no such file in my computer, I can only find another way.

Then slowly find a solution

1. Open SourceTree and open the path: Tools - Options - Authentication

2. After expanding, edit each one, enter a new password, then click ok

3. Exit SourceTree, open it again, try to refresh, see if you can connect

 

This is fine (if not, set one of the git saved passwords to the default Set as default)

 

Simply record it!

Intelligent Recommendation

Modify SourceTree account or password

Modify account turn up C:\Users\Administrator\AppData\Local\Atlassian\SourceTree middle userhosts file Delete the account to be modified and return to SourceTree to resubmit change Password turn up C:...

How to solve the problem that sourcetree for Mac cannot be updated due to git password reset

The password was entered once when using sourceTree for the first time, and then the password was automatically remembered. Later, I manually changed the password once. Since sourceTree remembers the ...

After the password of the git account is changed, SourceTree prompts Authentication failed

background: The company's git password is the same as the computer's power-on password. The power-on password must be changed every three months to ensure safety. after: After a dark night, I came to ...

SourceTree modify git account password and Authentication failed for error resolution

Scene introduction I personally think the sourceTree software is quite easy to use, and various complex operations are directly graphical, which is more convenient to use. I just encountered some prob...

idea modification method git account and password

IDEA modification method git account and password: 1、file->settings->passwords Write Image described herein default password save In KeePass is switched to the Do not save, forget password after...

More Recommendation

Window common account password modification (Git)

  problem the reason The account is already password-free Solve the problem Enter the control panel (Control Panel\User Accounts\Credential Manager) User account, select Window credentials (some ...

SourceTree pulls the code to verify the input account name, password, and the problem is resolved

Sourcetree takes the code name, password verification each time you pull the code. SourceTree Pull Code Git Credential Manager for Windows Create a SSH key with SourceTree, between Gitee, eliminate ea...

SourceTree modifies the git password

SourceTree modifies the git password Since the company enforces the OA password every 3 months, the git password is also modified, and the Git tool that usually use is SourceTree. Here to record how t...

On sourcetree on github account and password verification

Sourcetree on github to push updates from the local time, jumped out of the github account and password authentication, I hand cheap mistype your password. then has jumped fail, even worse is that the...

sourceTree modify the account password before

sourceTree modify the account password before 1. First enter the installation directory of sourceTree, where AppData is hidden in the computer. 2. Then open these two files with Notepad and empty them...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top