所以我使用以下命令开始了 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
我做错了什么?我能做些什么来解决这个错误?