我试图将我的博客(Octopress)推送到 github 并收到此错误:
MacBook-Air:octopress bdeely$ git push origin source
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我生成了一个 SSH 密钥,将其保存,甚至在 SSH 密钥设置中将其与我的 GitHub 帐户关联,但我继续检查状态并得到相同的错误:
MacBook-Air:.ssh bdeely$ ssh -T git@github.com
Permission denied (publickey).
除此之外,我查看了github 的帮助页面,做了以下操作并得到了这个错误信息:
MacBook-Air:~ bdeely$ ssh-add -l
The agent has no identities.
有谁知道出了什么问题以及我该如何解决?