What to do if the Git account password is entered incorrectly

tags: Git  

When the wrong password is entered, git will save the password in the cache of your current user name in windows.

Open the "Control Panel", select "User Accounts", "Manage Windows Credentials", find the corresponding address

 

Then find the git in the common certificate: https://gitee.com, expand it to delete or modify

When you download the project after deleting it, git will re-pop up the account and password form, and the modification will not.

Intelligent Recommendation

What to do if an environment variable is updated incorrectly

What to do if an environment variable is updated incorrectly When usedsource ./.bashrcAnd when a large number of commands cannot be found, such as: Enter at the terminal: Can solve the problem....

The weblogic console password is entered incorrectly for 5 times and is locked/forgot the password How to change the password

I encountered it once at work, because not only I can log in to the weblogic console alone, but other colleagues can also use it. I don’t know who entered the wrong password when logging in. I e...

[MySQL FAQ] series -- What to do if the account password contains a backslash

ask:What if the password contains a backslash? answer:In mysql, the backslash "\" is of special significance and is used for escaping, so if the password contains "\", you need to ...

What should I do if your INTERNAL account password is forgotten?

How to do if your INTERNAL account password is forgotten (transfer)[@more@] I have a problem today: INTERNAL account password is forgotten :( Find a way to access the database by consulting the data: ...

More Recommendation

What should I do if I forget the password of the ecshop background account?

This article is reproduced from: Author: wangblognet reproduced, please indicate the statement. Earlier versions of ECshop 2.72: Method 1: Save the following code as a file mima.php Upload mima.php to...

Jenkins forgot the account password, Yuan Fang, what do you think?

This jenkins hasn't been managed since it was installed last year. I want to log in and look at it on a whim this year. I went. I forgot my username and password. Found some other people's solutions, ...

Git account password problem

The git account password was entered incorrectly, but the cache has been there. Solution: This will solve the problem, but there will be another problem, that is, every time you push, pull, you need t...

git account and password management

git push github free input account and password method git config --global credential.helper store Open ~ / .gitconfig file, you will find one more item: [credential]   helper = store At this time, pu...

git modify account and password

git config --list This command can check whether the username and email are correct git config --global user.name carson This command sets the user name (carson my git user name) git config --global u...

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

Top