-
Hi, the patching gets stuck in my setup on The command
This is my patch:
How can I avoid these prompts? |
Beta Was this translation helpful? Give feedback.
Answered by
cweagans
Apr 22, 2024
Replies: 1 comment 2 replies
-
I think your patch is wrong. Your patch is specifically saying that it's creating a new file ( |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cweagans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think your patch is wrong. Your patch is specifically saying that it's creating a new file (
--- /dev/null
at the top), but the patch itself is modifying an existing file. That's really strange. How did you generate this patch?