It may be that your password to connect to git has been changed, but not the local configuration. However, Git doesn’t have pop-up boxes that prompt you to change your username and password.
Then you can do the following:
1. Open git bash here
Git config –system –unset credential. Helper
3. Then do anything like push, pull, or clone
4, You are prompted to enter the user name and password, change it
Git config –global credential. Helper store
6. Execute 3 again and enter the username and password
7, OK.
Then you can do the following:
1. Open git bash here
Git config –system –unset credential. Helper
3. Then do anything like push, pull, or clone
4, You are prompted to enter the user name and password, change it
Git config –global credential. Helper store
6. Execute 3 again and enter the username and password
7, OK.
Read More:
- Git failed to authenticate
- Git clear saved accounts
- Git authentication failed
- git clone Error “Clone failed: Authentication failed for xxxxx”
- Error in Git operation: http basic: access denied solution
- Git authentication failure solution, due to the problem of password modification
- Clear the user name and password stored in GIT
- LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- Pull the git warehouse code IDEA reports an error: Clone failed: Authentication failed for’http://10.xx.XXXXXXXXXXXXXXXXX’
- GitLab You are not allowed to push code to this project
- Solving GitHub push error: the requested URL returned error:403 Forbidden while accessing
- SFTP login error: fatal error: received unexpected end of file from SFTP server
- “Failed to find entry for user…” appears when Linux uses samba
- Solution of invalid username / password; login denied error in Oracle Database Foundation
- Solution to SQL Server Error: 4064
- MySQL startup problem (ERROR 1045 (28000): Access denied for user’ODBC’@’localhost’ (using password: NO))
- push failed The requested URL returned error: 403
- Remote: http basic: access denied, fatal: authentication failed for error resolution: wrong password
- Root password of windows 10 WSL Ubuntu system
- Using GitHub in vs2017