标签:语句 error: push span blog 码云 原因 ref 18C
在使用git 对源代码进行push到gitHub时可能会出错
error: failed to push some refs to ...
出现错误的主要原因是github中的README.md文件不在本地代码目录中
可以通过如下命令进行代码合并
git pull --rebase origin master
执行上面代码后可以看到本地代码库中多了README.md文件
再执行语句 git push -u origin master即可完成代码上传到github
使用码云 - 廖雪峰的官方网站
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00150154460073692d151e784de4d718c67ce836f72c7c4000
【git】error: failed to push some refs to
标签:语句 error: push span blog 码云 原因 ref 18C
原文地址:https://www.cnblogs.com/zhangfan2014/p/8819235.html