天天看點

Git 錯誤解決

1:認證失敗  參考位址:https://www.jianshu.com/p/05c1378baffd?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation

    

Git 錯誤解決

解決辦法: 

  重新設定使用者:

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

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

  重新設定不行的話執行:  

    git config --system --unset credential.helper

  然後再進行git clone

2:

轉載于:https://www.cnblogs.com/gjh99/p/11081437.html

git