idea push项目到git提示Push rejected怎么解决

Posted 泡^泡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea push项目到git提示Push rejected怎么解决相关的知识,希望对你有一定的参考价值。


找到项目目录:
首先是你的项目中有和和历史不符的东西
Push rejected: Push to origin/master was rejected
推拒绝:这是推送被拒绝
直接是解决办法,直接打开你要上传代码的文件夹位置鼠标右键git Bash Here然后直接下面两行命令解决问题

git pull origin master --allow-unrelated-histories
git push -u origin master -f

以上是关于idea push项目到git提示Push rejected怎么解决的主要内容,如果未能解决你的问题,请参考以下文章

Idea创建项目并push到远程Git仓库

IDEA上传Git项目报错:Push rejected: Push to origin/master

git push代码到github被拒绝是怎么回事

IDEA使用Git出现push to origin/master was rejected错误解决方案

个人git项目,push后报错

push to origin/master was rejected错误解决方案