我正在尝试设置文件权限,我参考了这条指令:
How to recover the file permissions to what git "thinks" the file should be?
当我输入git命令
时git diff -p -R --no-color \
| grep -E "^(diff|(old|new) mode)" --color=never \
| git apply
控制台显示fatal: unrecognized input
。我正在尝试添加--no-color
,--no-ext-diff
我也将此行[color] ui = auto
放入我的gitconfig文件中,但所有这些都没有帮助我。
您对我需要做什么有什么想法吗?