0

I entered the wrong password while cloning in Visual Studio Code on Ubuntu from GitLab. Now I am unable to clone, push, or pull.

The error is

Authentication error

I tried every command and installed a new OS too and formatted my HDD too. Still that error persists. I am using Git version 2.25.1.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
  • 1
    Have you tried entering the correct password? – sytech Nov 18 '21 at 05:13
  • Does this answer your question? [How do I update the password for Git?](https://stackoverflow.com/questions/20195304/how-do-i-update-the-password-for-git) – sytech Nov 18 '21 at 05:15
  • 1
    If you are using VSCode 1.62, see https://stackoverflow.com/q/69979522/6309 – VonC Nov 18 '21 at 07:46
  • What version of Visual Studio Code are you using (menu *Help* → *About*)? 1.62.2? What version of Git? Please respond by [editing (changing) your question](https://stackoverflow.com/posts/70014414/edit), not here in comments (***without*** "Edit:", "Update:", or similar - the question/answer should appear as if it was written today). – Peter Mortensen Nov 19 '21 at 22:56

1 Answers1

0

I used alternative , I clone my project repo using terminal and installed node-modules in vs code , and pushed the code using sudo. WORKED for me