http://rogerdudler.github.io/git-guide/index.zh.html
http://www.cnblogs.com/wenber/p/3630921.html
Permission denied (publickey). 问题解决方法
原因是’You’ve probably not added a public key to your SSH keys.’
解决:用下面的命令生成public key
$ ssh-keygen -t rsa
复制 public key (id_rsa.pub) 到你账户的 list of SSH keys(Settings–>SSH and GPG keys–>New SSH key), 再重新push.