0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Gitでpatchをapplyするとunrecognized inputエラーが出る

Posted at

はじめに

仕事でGitHubが利用できなくなり、diffをパッチで適応するときにつまづいたことについてまとめていきます

問題

パッチをapplyしたところ以下のエラーがでました

$ git apply ~/Downloads/20230420_diff.patch
error: unrecognized input

解決方法

これはpatchが空もしくは変更点がないときに表示されるエラーです
今回は空だったのが原因でした

Slackにファイルを貼り付けていたのですが、空なのでSlackでもエラーがでていたのでそこでも今回は気づけました

しっかりコミットまでしてからdiffを出しましょう

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?