Sourcetree Reset Git's account password

tags: Software column  git

WIN+R, copy C:\Users\%USERNAME%\AppData\Local\Atlassian\SourceTree to the input box, press Enter directly, and the folder directory of SourceTree pops up

1. Delete the account

Find the userhosts file. If you want to delete all accounts, delete this file directly. If you want to delete the specified account, open the file and select the account you want to delete.

2. Delete the password

Find the passwd file. If you want to delete all passwords, delete this file directly. If you want to delete the password of the specified account, open the file and select the password to delete the account.

3. Sample pictures

 

 

Intelligent Recommendation

Mac SourceTree account changes prompted for a password again

After you change an account password in the SourceTree, pull the code has been given, but do not pop up the password window. Mac way to solve the problem: Open keychain App → → deleted to fi...

sourcetree switch account password re-login

The company will periodically reset the password, and sourcetree will need to log in again. At the beginning, I didn't find any place to log out, and I didn't know how to log in again. There are many ...

SourceTree modify git account and password method

Find the passwd file in the directory C:\Users%USERNAME%\AppData\Local\Atlassian\SourceTree   Delete the account and password information inside, save Then use sourceTree to pull the code again, ...

Sourcetree Account Password I entered incorrectly

I found several ways online Method 1 (trying useful) The administrator opens the command line, enters the D:\Git\bin file, enter git config --system --unset credential.helper, restart Sourcetree, cont...

ArcServer password reset (account cannot be reset)

If you forget your ArcGIS Server account and password and need to reset the password, you can use the PasswordReset tool in the Server installation directory to reset it. C:\Program Files\ArcGIS\Serve...

More Recommendation

Gitlab administrator account password reset

Encountered a machine without an administrator account password As for the reason, either I forgot or lost it, or someone else built it. Anyway, there must be a reason. Note: You can try the default u...

Reset MySQL's root account password

Links: B.6.3.2 How to Reset the Root Password Steps:...

MySQL root account password reset

MySQL root account password reset method: 1、mysqladmin [root@localhost ~]# mysqladmin -uroot -p "oldpasswd" password "newpasswd" 2、set password MariaDB [(none)]> set password fo...

Domain account password reset operation

Control Panel-Enable or disable Windows function-Check Enable Active Directory Lightweight Directory Service, skip this step if it is enabled. After the installation is complete, press shift + right m...

win10 reset the login account password

Press Force Shutdown on the login interface (repeat 3 times). Note: Cannot enter the login interface When the following image appears, select "Advanced Options": Select "Troubleshoot&qu...

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

Top