Permissão negada (publickey) / fatal: a extremidade remota desligou inesperadamente?

Então eu comecei a produção para um site Jekyll usando os seguintes comandos,

$ git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com
$ cd USERNAME.github.com
$ git remote set-url origin [email protected]:USERNAME/USERNAME.github.com.git

Depois de instalar um repositório local e github, tentei enviar as alterações para o github,

$ git push origin master

para encontrar isso,

Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

O que eu fiz errado? O que posso fazer para resolver esse erro?

questionAnswers(4)

yourAnswerToTheQuestion