git 拉取提示本地文件修改错误,其实并没有修改
有时遇到本地文件明明没修改,pull提示文件修改的错误
error: Your local changes to the following files would be overwritten by merge:
Please commit your changes or stash them before you merge.
这种情况可能是文件权限变更引起的,
git config core.filemode false
或者用另一个思路,把文件rm 再restore回来即可

浙公网安备 33010602011771号