Git Commit Error: HTTP Basic Access Denied — Authentication Failed Fix

         When pulling or pushing a project with TortoiseGit, after entering your username and password, you get the error: HTTP Basic: Access denied fatal: Authentication failed.
This indicates an HTTP Basic Authentication failure, and access is denied.

Fix: Run the following commands one by one in cmd:

git config –system –unset credential.helper
git config –global credential.helper store

Leave a Comment

Your email address will not be published.