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
原文地址:https://www.cnblogs.com/thyHome/p/9119619.html
时间: 2024-11-03 03:40:33