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 ways to get online on Baidu. The final solution is as follows:


Delete all saved account password information, and then pull the code, a login pop-up box will pop up, enter the correct account password.
SourceTree is a very convenient visual git client management tool. The point is that there is a free version, but when you first enter, you need to log in to the Atlassion account, and the registratio...
summary:When operating on a virtual machine that is ok, the virtual machine will always be severely stuck. I guess it was because my Microsoft account had logged into too many computers. I found that ...
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...
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, ...
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...
SourceTree introduction SourceTree can help you quickly use git's interface tool software (project version control software with a visual interface). Everyone who used it said yes. The first thing you...
Local computers have been configured with SSH, but use SourceTree to submit code to the remote end, still bark box reminder to log in to Github account Possible reason one: Sourcetree settings are not...
Results of the:...