Recently, when submitting code on the company intranet using git, the following error message was encountered:
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://dev.xxxxx/gitlab/XXXX.git/'
1、 Error reason
The reason for this error is an error in the verification of user name
or password
.
I have changed the configuration under the. SSH file before, but the verification is not successful.
2、 Settle
Find the corresponding project directory, execute the following git command, and re-enter the account and password
git config --system --unset credential.helper