1
Use the git in the Windows and I need to know how to change his password through CMD. Every time I try to make one git push
, it gives the error below and I need to enter the login and the 'new' password
fatal: HttpRequestException encountered. Ocorreu um erro ao enviar a solicitação. Username for 'https://github.com':
I remember doing it as soon as I installed the GIT in windows, but do not know how to change the password that is already saved.
Our language is Portuguese, translate your question.
– user28595
Have you tried
git config credential.helper store
or add the password to remote originhttps://username:[email protected]/jquery/jquery.git
?– Valdeir Psr
I tried to use git config Credential.helper store but I believe I’m missing some directive to save my password
– Márcio Melo