首页 > Web开发 > 详细

使用Linux命名将代码上传到GitHub

时间:2018-05-31 23:50:52      阅读:180      评论:0      收藏:0      [点我收藏+]

 

GitHub代码上传教程

 

https://my.oschina.net/baishi/blog/520791

这篇文章讲得挺清楚的,但是在上传的时候出现了问题

1  ! [rejected]        master -> master (fetch first)
2 error: failed to push some refs to ‘https://github.com/thy00/e-shop.git‘
3 hint: Updates were rejected because the remote contains work that you do
4 hint: not have locally. This is usually caused by another repository pushing
5 hint: to the same ref. You may want to first integrate the remote changes
6 hint: (e.g., ‘git pull ...‘) before pushing again.
7 hint: See the ‘Note about fast-forwards‘ in ‘git push --help‘ for details.

原因是README.md文件不在本地代码目录,解决办法:

https://blog.csdn.net/tzs_1041218129/article/details/51924672

使用Linux命名将代码上传到GitHub

原文:https://www.cnblogs.com/thyHome/p/9119619.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!