解决方案如下:

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

相关文章:

  • 2022-01-12
  • 2021-05-13
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2021-06-18
  • 2021-11-16
  • 2021-06-10
  • 2021-10-04
相关资源
相似解决方案