当前位置:   article > 正文

git 不能上传 error: The following untracked working tree files would be overwritten by merge

the following untracked working tree files would be overwritten by merge: tm

git pull 拉取代码时报这个错,

error: The following untracked working tree files would be overwritten by merge:
        Runtime/Cache/Report/a0207e9521d2912579a172ce4ff5ea01.php
        Runtime/Logs/Report/21_04_12.log
Please move or remove them before you merge.

  • 1
  • 2
  • 3
  • 4
  • 5

本地已经删除该文件,而且已经用 git reset --hard 回滚过,还是报这个错,重启电脑也还是报这个错

 git clean -d -fx  Runtime/Logs/Report/21_04_12.log
 git clean -d -fx  Runtime/Logs/Report/21_04_12.log

  • 1
  • 2
  • 3

x -----删除忽略文件已经对git来说不识别的文件
d -----删除未被添加到git的路径中的文件
f -----强制运行

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/503427
推荐阅读
相关标签
  

闽ICP备14008679号