解决Git冲突造成的Please move or remove them before you can merge
git clean -d -fx " "
其中
x -----删除忽略文件已经对git来说不识别的文件
d -----删除未被添加到git的路径中的文件
f -----强制运行
之后再提交就可以了
标签:them,git,move,Please,Git,报错,-----,before
来源: https://www.cnblogs.com/zhangyouwu/p/16071409.html