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 mergeしたらnot something we can mergeが出たので解決してみた

Posted at

今回はgit mergeを実行しようとした以下のエラーが発生した

merge: sigh-up - not something we can merge

解決策

ブランチ名をコピペしたらいけた。

ブランチを確認して、マージしたいブランチ名をここでコピーします。 ```git git branch filling-in-layout * main modeling-users rails-flavored-ruby sign-up static-pages ```

コピーしたマージ名をペーストしてあげると解決できました。

git merge <マージ名> #マージ名を入力するときだけペーストする。

考えられる原因

おそらくタイプミスなのですが、ぱっと見はよくわかりませんでした。なので、この手のエラーが出たらとりあえずブランチ名をコピペしてみるといいかもしれないです。
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?