Git速查表
Github验证问题
Please make sure you have the correct access rights
and the repository exists.
FATAL Something’s wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Error: git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
验证:
1 | ssh -vT git@github.com |
就会看到公钥有问题: /.ssh/rsa_github
将此公钥添加到github: https://github.com/settings/keys 中.
再次验证就行了.