标签:git pull 项目 webstorm rmi pull alt ima commit 窗口
Git在push时候,提示:push to origin/master was rejected
解决方案如下:
webstorm右键项目名称==>Git==>Commit Directory==>Commit and Push==>修改分支名称(参考下图)==>push==>上传完成
1.找到自己项目所在的目录文件夹,右键选择Git bash here
2.在terminl窗口中依次输入命令:
git pull
git pull origin master
git pull origin master --allow-unrelated-histories
操作参考下图
3.在webstorm中重新push即可
标签:git pull 项目 webstorm rmi pull alt ima commit 窗口
原文地址:https://www.cnblogs.com/midnight-visitor/p/9674654.html