【发布时间】:2013-10-19 21:56:03
【问题描述】:
所以我使用以下命令开始了 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
我做错了什么?我可以做些什么来解决这个错误?
【问题讨论】: