如何在尝试设置文件权限时修复“致命:无法识别的输入”?

时间:2018-06-09 21:30:07

标签: git file file-permissions

我正在尝试设置文件权限,我参考了这条指令:

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文件中,但所有这些都没有帮助我。

您对我需要做什么有什么想法吗?

0 个答案:

没有答案