gpt4 book ai didi

linux - git newbie 2fer "your patch does not apply"错误&选项错误

转载 作者:太空宇宙 更新时间:2023-11-04 04:28:20 24 4
gpt4 key购买 nike

首先,由于我是 git 的新手,因此我必须发布更多背景信息,然后可能有必要。(我已编辑此内容以删除所有路径/文件名和 search_for 模式)

# git apply -v patch_name.patch 
[...] trailing whitespace.
[...] trailing whitespace.
error: [...]
error: patch failed: ... :255
error: [...] : patch does not apply
[...]

我没有发现任何 255 git 错误,但我确实发现了一个有希望的错误:git: patch does not apply除了这个命令产生错误之外,

git apply --ignore-space-change --ignore-whitespace mychanges.patch
> error: unknown option `ignore-whitespace'

与其他 --ignore-space-change 选项相同。搜索 Git Wiki找不到这些命令。我正在使用 Linux/Fedora F11,已经有几年了,但我是新手,不打算进行 Linux 认证:)。 Linux/Fedora 的等效命令是什么?

PS。是的,正是我的想法。 Git 是俚语中“idiot”的意思,也是“newbie”的同义词

更新 下面是来自 git 的新消息。这一半固定了吗?

file_name.patch:26: trailing whitespace.
file_name.patch:39: trailing whitespace.
Checking patch file_name...
Hunk #1 succeeded at 294 (offset 6 lines).
Checking patch file_name.inc...
Hunk #1 succeeded at 23 (offset -1 lines).
Checking patch [...]
Hunk #1 succeeded at 79 (offset 12 lines).
error: while searching for:
[...]
error: patch failed: file_name:255
error: file_name: patch does not apply
Checking patch file_name...
Hunk #1 succeeded at 17 (offset 4 lines).

最佳答案

你从git --version得到什么? --ignore-whitespace 是在 1.6.5 版本中添加的。假设您有旧版本并且不想升级,也许 --whitespace=fix 会有所帮助?

关于linux - git newbie 2fer "your patch does not apply"错误&选项错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6475503/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com