Level 13
may be this will help
git config --system --unset credential.helper
then enter new password for Git remote server.
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?
Please or to participate in this conversation.