Clear the username and password stored in Git
Issue: When vscode is not connected to the remote and the new key is still not working, it may be because you set the SSH key on Gitlab with another account. Even if you generate a new id_rsa.pub on this computer and set its value to Gitlab, this setting will not take effect. When you pull the code, you will find that Git will still log in with your old account.
: To try to clear the username and password stored in git, type the following command.
git config --global credential.helper wincred
Read More:
- Git still needs to enter the user name and password after configuring the public key
- Vscode cannot write user settings. Open user settings, clear errors or warnings, and then type again
- Git clear saved accounts
- Modifying SVN user name and password in eclipse
- Git authentication failure solution, due to the problem of password modification
- [solved] sql30082n security processing failed with reason “24” (“user name and / or password invalid”)
- MySQL startup problem (ERROR 1045 (28000): Access denied for user’ODBC’@’localhost’ (using password: NO))
- psql: FATAL : password authentication failed for user “postgres”
- Idea method of modifying git account and password
- ERROR 1045 (28000): Access denied for user’ODBC’@localhost (using password: NO)209150;’211503;’
- Error 1045 (28000): solution to access denied for user ‘root’ @’localhost ‘(using password: no)
- Error 1045 (28000): access denied for user ‘root’ @’localhost ‘(using password: no)
- MySQL 8 — error in setting simple password error 1819 (HY000): your password does not satisfy the current policy requirements
- Linux-mysql8.0 password reset problem – error 1396 (HY000): Operation alter user failed for ‘root’ @’localhost ‘
- MySQL password setting error message: error 1054 (42s22): unknown column ‘password’ in ‘field list’
- How to debug stored procedure/function in TOAD
- [resolved] superset failed to create admin user: error! User already exists user or attributeerror: ‘nonetype’‘
- How to call stored procedure in Hibernate
- ER_ACCESS_DENIED_ERROR: Access denied for user ‘root‘@‘localhost‘ (using password: NO)
- how to clear screen in python shell