码迷,mamicode.com
首页 > 其他好文 > 详细

git Please move or remove them before you can merge. 错误解决方案

时间:2020-05-23 14:55:03      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:http   遇到   stp   files   rem   错误   htm   move   命令   

合并分支或者git pull命令的时候遇到:

Updating 7c9e086..936acac
error: The following untracked working tree files would be overwritten by merge:
Common/HFHttpRequest/HFHttpRequestParameters.h
Common/HFHttpRequest/HFHttpRequestParameters.m

Please move or remove them before you can merge.
Aborting

 解决方法,项目根目录下运行git命令

$git clean -d -fx .

x -----删除忽略文件已经对git来说不识别的文件

d -----删除未被添加到git的路径中的文件

f -----强制运行

注意:会把硬盘中,很多未被跟踪的文件会被删除!特别是新建的文件。

git Please move or remove them before you can merge. 错误解决方案

标签:http   遇到   stp   files   rem   错误   htm   move   命令   

原文地址:https://www.cnblogs.com/tochw/p/12942280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!