GitLab: Remote access denied fatal – authentication failed

gitgitlab

yesterday i was coding, when i do the commit into a repo, i cannot do it because, gitlab send me two messages.

this message appears at the moment i was trying to commit

  1. On branch master
    Your branch is ahead of 'origin/master' by 2 commits.
    (use "git push" to publish your local commits)

after when i insert "git pull"

  1. remote: HTTP Basic: Access denied
    fatal: Authentication failed for (link of the repository)

"git push"

remote: HTTP Basic: Access denied
fatal: Authentication failed for

help me please!

Best Answer

I think it's too late, But if some windows user is having the issue. Here is the working solution. I have updated my credentials on gitlab. Git bash stores credentials in the Windows Vault using Generic Credentials in the 'Control Panel > User Accounts > Credential Manager'. After updating my password to match the current value I was able to 'git push'.