git merge问题

浏览:65日期:2023-10-18

问题描述

执行git pull origin branch的时候提示error: The following untracked working tree files would be overwritten by merge: path/to/file但是path/to/file这个文件在我本地是不存在的请问怎么解决?

问题解答

回答1:

是大小写的问题,我本地有一个Path/to/file

相关文章: