赞
踩
今天获取git线上仓库代码报了这个错误:
$ git pull
You have not concluded your merge (MERGE_HEAD exists).
Please, commit your changes before you can merge.
git merge --abort
git reset --merge
合并后记得一定要提交这个本地的合并
然后在获取线上仓库
git pull
不建议这样做,但是如果你本地修改不大,或者自己有一份备份留存,可以直接用线上最新版本覆盖到本地
git fetch --all
git reset --hard origin/master
git fetch
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。