解決方案: Git賬號因修改密碼導致SourceTree拉代碼報“fatal: Authentication failed for”

1、直接點擊進入SourceTree命令行模式:

輸入執行命令: 

git config --system --unset credential.helper

git config --global credential.helper store

2、重新利用工具pull或者push代碼,會直接提示出現輸入用戶名、新密碼彈窗

 

發佈了42 篇原創文章 · 獲贊 8 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章