git 重設密碼後,提示 Authentication failed for

1. 第一步操作,記住密碼

git config --global credential.helper store

2. 拉代碼

git pull

3.  重新輸入賬號密碼(會有一個小彈框提示輸入)

4.  或者重新輸入賬號密碼

git config --global user.name "**用戶名*"
git config --global user.password "**密碼**"

  

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章