2013年4月7日 星期日

git Permission denied, 遺失 RSA

認真來說,不算是遺失

應該是失去關聯

上週不知道發生了什麼事情

本來可以用的 git 設定忽然不能用了

使用 git push,會出現

Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

這問題直接原因是因為 git 找不到 public key 用來建立連結

不過 ~/.ssh 下面的 xxx_rsa/xxx_rsa_pub 檔案都在原地沒有改變

所以整個情況變得很詭異..

最後還是找不到原因

就在 ~/.ssh 下面,使用 ssh-add xxx_rsa 建立 key 關聯性就算了..

以後有空再來研究

沒有留言: