赞
踩
报错原因:远程库与本地库的版本不一致
根据百度的提示
1. 先把刚刚提交到本地仓库的代码 撤销
git reset HEAD^
2.将远程origin主机的master分支拉取过来和本地的当前分支进行合并。
git pull origin master
3.再重新尝试上传到远程仓库
- git add .
-
- git commit -m "test01"
-
- git push origin master
但是又出现了另外的问题 non-fast-forward
报错原因:与远程仓库代码冲突
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://gitee.com/xxx.git'
然后把又报错(一直在bug的路上颠簸ÿ
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。