git am: Patch format detection failed

前端 未结 2 1865
我在风中等你
我在风中等你 2021-02-13 09:49

I have never used patches with Git before and I need some help. I am trying to apply a patch to a Git repo to test a Wine patch, specifically this patch here. So I did the follo

2条回答
  •  不要未来只要你来
    2021-02-13 10:22

    Patch format detection failed. probably means you're using the wrong command: use git apply instead of git am or the other way around.

    See What is the difference between git am and git apply? for more on the difference between the 2.

提交回复
热议问题