摘要:
1.输入git push origin master 出错:error: failed to push some refs to 那是因为本地没有update到最新版本的项目(git上有README.md文件没下载下来) 本地直接push所以会出错。 2.所以本地要输入git pull 然后出现的英 阅读全文
posted @ 2016-02-29 20:05
一斗才
阅读(6727)
评论(0)
推荐(0)
摘要:
1.在命令行中创建GIT仓库 mkdir DriveAssistant cd DriveAssistant git init echo "# DriveAssistant" >> README.md git add README.md git commit -m "first commit" git 阅读全文
posted @ 2016-02-29 00:01
一斗才
阅读(252)
评论(0)
推荐(0)