码迷,mamicode.com
首页 > Web开发 > 详细

git push -u origin master 上传出错问题

时间:2016-04-09 12:01:35      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:

============================================

跟着廖学锋教程初学git发现个很奇怪的问题,后面原来发现是这样,有点逗..

============================================

http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013752340242354807e192f02a44359908df8a5643103a000#0

http://blog.csdn.net/fffy2366/article/details/42437105

 

这一步报错了 git push -u origin master

 

The authenticity of host ‘github.com (192.30.252.131)‘ can‘t be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? Host key verification failed. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

请问这个怎么解决??

 

Are you sure you want to continue connecting (yes/no)? 之后不要直接回车确认,输入“yes”就可以了,来源http://blog.csdn.net/fffy2366/article/details/42437105

git push -u origin master 上传出错问题

标签:

原文地址:http://www.cnblogs.com/vertko/p/5371148.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!