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 authentication failed
- git clone Error “Clone failed: Authentication failed for xxxxx”
- Pull the git warehouse code IDEA reports an error: Clone failed: Authentication failed for’http://10.xx.XXXXXXXXXXXXXXXXX’
- Git push “fatal: Authentication failed ”
- Git authentication failure solution, due to the problem of password modification
- Python module learning-Paramiko-Use python to throw an exception: Authentication failed.
- Jedis exception resolution: noauth authentication required
- GitHub upload failed: git push error: failed to push some refs to exception handling
- Git failed to authenticate
- CDH HDFS webui browser authentication (after Kerberos authentication is enabled)
- remote: XXX Incorrect username or password (access token) fatal: Authentication failed for XXX
- Solutions to various inexplicable errors after QT compilation
- Window installation of MongoDB exception: connect failed exception
- 【Linux】psql: FATAL: Ident authentication failed for user “username” Error and Solution
- Git error prompt: fatal: not a git repository (or any of the parent directories):. Git
- How to solve error: failed to push some refs to ‘[email protected]:……git pull conflict
- Cloning failed using an SSH key for authentication
- Sourcetree prompt failed: authentication failed for
- Remote: http basic: access denied, fatal: authentication failed for error resolution: wrong password
- [Git] git pull pull remote git push to remote git commit submit reject