1. 程式人生 > >[email protected]: Permission denied

[email protected]: Permission denied

Error msg

[email protected]: Permission denied (publickey)

或者:
remote: Permission to xxx/test.git denied to xxx.
等由於許可權切換問題

錯誤原因:

  賬號切換, 原賬號儲存資料未清除

解決:

  1. 清除憑證: 控制面板-->使用者賬戶-->憑證管理器-->管理憑證:

    刪除git相關的憑證

  2. 刪除本地git配置資料:

    cd ~ && rm -rf .git*

  即可重新配置git資訊