解决方案如下:
1.切换到自己项目所在的目录,右键选择GIT BASH Here,Idea中可使用Alt+F12
2.在terminl窗口中依次输入命令:
git pull
git pull origin master
git pull origin master --allow-unrelated-histories
3.在idea中重新push自己的项目,成功!!!
如果还不行: git push -u origin master -f
标签:origin,pull,git,rejected,master,Push From: https://www.cnblogs.com/tcsztzf/p/16904620.html