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?

【Git】git stash pop実行時のneeds mergeエラーの対処法

Last updated at Posted at 2025-02-16

エラー内容

git stash popを実行したところ以下のようなエラーが発生しました。

$ git stash pop
needs merge
unable to refresh index

対処法

git add yourFileを実行することでエラーが解消します。

参考

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?