IF GIT CLONE NOT WORKING TRY THIS COMMAND

Aditya Kohli
Dec 17, 2020

Sometime i faced this issue while working with version control system that certain commands do not work as expected ,one of the most common one that i faced is when i try to do git clone ,it produces an unexpected error

So one life saving command that i found in my research is below mentioned :

  1. git credential-manager uninstall
  2. git credential-manager install

AND THAN RUN GIT CLONE IN CMD IN RESPECTIVE FOLDER WHERE YOU WANT TO INSTALL THAT PROJECT, IT WILL POPUP username and pass box fill and and it will work.

Cheers for git hub :)

--

--