1. 程式人生 > >解決idea中使用git fetch報遠端倉庫Authentication failed

解決idea中使用git fetch報遠端倉庫Authentication failed

這個問題是專案組同事在從git伺服器clone程式碼後做fetch操作老是報錯:

Authentication failed, 彈出框提示:invalid user or password

其實問題出idea中記住的密碼不正確,而每次fetch都會使用這個密碼,不報錯才怪。

解決方法是在statckoverflow上查到的,由於是英文的,我就當個翻譯吧,翻譯一下:

譯文:

最簡單方式:

1.找到File--Settings--Appearance & Behavior>>System Settings>>Passwords

2.選擇Do not remember passwords

3.清除快取並重啟idea

4.再次fetch

5.出現密碼框,輸入正確密碼

6.再回到密碼設定,恢復為記住密碼

7.打完,收工,附上我的截圖:

 

原文:

https://stackoverflow.com/questions/28142361/change-remote-repository-credentials-authentication-on-intellij-idea-14