I found several ways online

1. Find the directory where the SourceTree configuration file is located The ‘userhosts’ directory saves the account name 'passwd' directory saves the password corresponding to the account...
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....
Step 1: Build a user login record table Post the sql statement directly: 1 2 3 4 5 6 7 8 Just insert data directly into it when logging in. Here, the c_id field is not empty and it is automatically in...
import java.util.Scanner; public class Atm{ public static void main(String[] args){ Scanner input=new Scanner(System.in); for (int i=2; i>=0; i&ndash...
The computer suddenly has a blue screen. . Then git is broken. first Execute the command in order: rm -f .git/index git reset Then I found that the source tree is also broken. No way, re...
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...
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...
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 ...
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, ...