I have my git client on Windows 10 machine. I attempted the push my code with invalid credentials once. Now whenever when I try to push the commit, it gives me HTTP Basic:
Access Denied fatal: Authentication failed exception.
This is due to my previous invalid credentials, I assume. I tried to change my saved credentials using Windows Credentials Manager but WCM is blocked in my company because of security policy.
Can you please help me, how I can change my already stored credentials without Windows Credentials Manager?
$ git push origin master
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://my-host/gitlab/teamx/myapp.git/'