欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

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

发布时间:2024/9/5 编程问答 49 豆豆
生活随笔 收集整理的这篇文章主要介绍了 git push -u origin master 上传出错问题 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

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

跟着廖学锋教程初学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

转载于:https://www.cnblogs.com/vertko/p/5371148.html

总结

以上是生活随笔为你收集整理的git push -u origin master 上传出错问题的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。