I revoked my token for GitLab, how can I set the new token for cmd use?
When trying to push, this is the error I get:
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.com/myusername/repo.git'
The credential.helper is set to manager.
I tried to unset credential.helper, and then when I push it asked for the credentials, which will work when I supply them. If I re-set credential.helper to manager, it will raise the previous error again.
So, how can I set the new token?
(The preferred method would be from the cmd).
Thanks!
