[git] Authentication failed for ***
Situation
When I try to push to gitlab, I get a fatal: Authentication failed for *** error and cannot push. os is windows10.
Cause
It's a company PC, but I have to update my password regularly. Since windows remembers the gitlab authentication information with the previous password, an authentication error will occur after updating the password.
The solution is to delete the windows credentials.
Delete gitlab credentials in
Control Panel> User Accounts> Credential Manager> Windows Credentials
Comments