提交代码出现 Push to origin/master was rejected 错误解决方法

Posted wurendao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了提交代码出现 Push to origin/master was rejected 错误解决方法相关的知识,希望对你有一定的参考价值。

原文地址:https://www.cnblogs.com/wurendao/p/11732876.html

 

为什么会出现这样的问题

一般发生在 GitHub 或 码云 刚刚创建仓库第一次pull的时候,两个仓库的差别非常大,所以git拒绝合并两个不相干的东西

快速解决方法

切换到自己项目所在的目录,右键选择GIT BASH Here 技术图片

然后依次输入一下命令即可解决

 

git pull
git pull origin master
git pull origin master --allow-unrelated-histories

  

以上是关于提交代码出现 Push to origin/master was rejected 错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Push rejected: Push to origin/master was rejected

解决PyCharm上传代码到Github出现push failed: unable to acces

解决PyCharm上传代码到Github出现push failed: unable to acces

git 常见冲突解决——git push遇到报错error: failed to push some refs to ‘git@git.xxx.com:xxx/xxx.git

提交项目到gitee报错Push to origin/master was rejected的解决办法

Git『Everything up-to-date』问题解决