忙活了一下午终于成功把代码上传到github上. 接下来就是我上传代码的步骤: ①首先注册github账号,登录,创建新仓库 ,点击+,点击new repository 得到如下页面,填写仓库名,自己随便写一个名字,下面的描述可写可不写,点击Initialize this repository with a README,然后创建: ②下载git shell,网上给了很多官网下载网址,我点进去下载,都下不下来,后我在百度上搜“git下载”, 下载下来也能用.这个是我下载的图标: ③配置Git…
GitHub代码上传教程 https://my.oschina.net/baishi/blog/520791 这篇文章讲得挺清楚的,但是在上传的时候出现了问题 ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/thy00/e-shop.git' hint: Updates were rejected because the remote contai…