Gabotronix's avatar

git : remote: HTTP Basic: Access denied

Hi everybody, I'm trying to push somecode to a remote repo I created in gitlab however when I do folowing command:

git push -u origin master

to push code in master to my online repo I get the following error message in shell:

On branch develop
nothing to commit, working tree clean

C:\xampp\htdocs\gabrielgb.es>git push -u origin master
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.com/GabotronES/gabrielgb.es.git/'

How can I solve this? I might have change my password and I don't remember... how can I proceed?

0 likes
1 reply
vandan's avatar

may be this will help

git config --system --unset credential.helper

then enter new password for Git remote server.

Please or to participate in this conversation.