嗯,问题是涉及修补操作的任何命令都拒绝以下列方式工作:
<stdin>:16: trailing whitespace.
<stdin>:17: trailing whitespace.
<stdin>:18: trailing whitespace.
<stdin>:19: trailing whitespace.
<stdin>:20: trailing whitespace.
warning: recount: unexpected line:
fatal: corrupt patch at line 101
(结果?)互动模式不起作用
试图调整core.whitespace
没有成功。
请帮我解决这个恼人的问题。
答案 0 :(得分:0)
此消息通常来自pre-commit
挂钩,用于检查非ascii内容。
示例预提交挂钩可能正在检查尾随空格
要禁用它,请查看.git/hooks
并确保其中的文件不可执行。
###git-stripspace
读 https://www.kernel.org/pub/software/scm/git/docs/git-stripspace.html