- 在IDEA中配置码云的URL,如下图
- 切换到自己项目所在的目录,右键选择GIT BASH Here
- 在terminl窗口中依次输入命令:
- git pull
- git pull origin master
- git pull origin master --allow-unrelated-histories
- 在idea中重新push自己的项目,即可成功push。
原文地址:https://www.cnblogs.com/shyroke/p/9255630.html
时间: 2024-11-05 17:33:24