权限被拒绝(公钥)/致命:远程端意外挂断? [英] Permission Denied (publickey)/fatal: The remote end hung up unexpectedly?

查看:660
本文介绍了权限被拒绝(公钥)/致命:远程端意外挂断?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,我使用以下命令开始了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 

找到它,

 警告:永久添加IP地址为192.30.252.129的RSA主机密钥'到已知主机的列表。 
权限被拒绝(publickey)。
致命:远程终端意外挂断

我做错了什么?我可以做些什么来解决这个错误?解决方案

权限被拒绝(publickey)意味着服务器拒绝你的连接。检查 https://help.github.com/articles/error-permission-denied- publickey 获取详细信息。


So I started the production for a Jekyll site using the following commands,

$ 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

After getting a local and github repo set up, I tried to send the changes to github,

$ git push origin master

to find this,

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

What did I do wrong? What can I do to resolve this error?

解决方案

Permission denied (publickey) means that that the server rejected your connection. Check https://help.github.com/articles/error-permission-denied-publickey for details

这篇关于权限被拒绝(公钥)/致命:远程端意外挂断?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆