摘要: 解决Git冲突造成的Please move or remove them before you can merge git clean -d -fx " "其中x 删除忽略文件已经对git来说不识别的文件d 删除未被添加到git的路径中的文件f 强制运行 之后再提交就可以了 阅读全文
posted @ 2022-03-29 13:53 zhang_you_wu 阅读(1156) 评论(0) 推荐(0)