使用Linux命名将代码上传到GitHub
Posted floatthy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Linux命名将代码上传到GitHub相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章