Git Error Resolution

1: authentication failure

    

Solution: 

  Reset the user:

    git config --global user.name "your name or nickname." 

    git config --global user.email "your email" 

  Reset does not work execution:  

    git config --system --unset credential.helper

  And then to git clone

2:

Guess you like

Origin www.cnblogs.com/gjh99/p/11081437.html