For TortoiseGit users, changing usernames and passwords can be a confusing process. This article was carefully written by php editor Xiaoxin to provide a clear, step-by-step guide to help users easily update their TortoiseGit credentials. If you are having trouble trying to change your TortoiseGit username or password, continue reading this article and we will provide you with detailed instructions to help you resolve the issue.
First, open the control panel on your computer, find [Credential Manager], and click to enter, as shown in the figure.
After entering the Credential Manager, select [Windows Credentials] and click to enter, as shown in the figure.
Then enter the git address of the password to be changed in the ordinary credentials, as shown in the figure.
At this time, the specific information of the git address will appear, including user name and password. Click the [Edit] button below, as shown in the figure.
Then you can modify the corresponding account password under the git address, as shown in the figure.
After the account password has been modified, click the [Save] button below to take effect, as shown in the figure.
After changing the account password, when using the git command line or directly using the TortoiseGit visualization tool to perform pull, push and other operations, the prompt that there is no permission can be solved.
The above is the detailed content of Introduction to how to change TortoiseGit username and password. For more information, please follow other related articles on the PHP Chinese website!