そこで、次のコマンドを使用して Jekyll サイトの運用を開始しました。
$ git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com
$ cd USERNAME.github.com
$ git remote set-url origin git@github.com:USERNAME/USERNAME.github.com.git
ローカルと github リポジトリをセットアップした後、変更を github に送信しようとしましたが、
$ git push origin master
これを見つけるために、
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
私は何を間違えましたか?このエラーを解決するにはどうすればよいですか?