Git 错误解决

1:认证失败

    

解决办法: 

  重新设置用户:

    git config --global user.name "你的名字或昵称" 

    git config --global user.email "你的邮箱" 

  重新设置不行的话执行:  

    git config --system --unset credential.helper

  然后再进行git clone

2:

猜你喜欢

转载自www.cnblogs.com/gjh99/p/11081437.html