LoginSignup
0
0

More than 1 year has passed since last update.

git instance is too old と Fork に言われた

Posted at

git instance is too old と Fork に言われた

Fork を 1.80.0 に更新したところ、ファイル差分を確認する画面に、以下のようなエラーメッセージが出るようになりました。

image.png

Error
fatal: unrecognized argument: --diff-merges=1
git instance is too old

どうやら、利用している Git のバージョンが古いようです。

Git のバージョンを確認

File > Preferences > Git > Git Instance を確認したところ、 2.27.0.windows.1 というのを利用していることがわかりました。

image.png

内蔵 Git に切り替え

Git Instance の欄をクリックしたところ、選択肢が出てきました。

image.png

2.36.1.windows.1 - Fork git instance という選択肢があったので、そちらを選択してみました。
こちらは、Fork に内蔵された Git のようです。

そうすると、エラーは解消されました!

めでたし、めでたし。

さいごに

本記事作成にあたり、以下のサイトを参考にさせていただきました。ありがとうございました。

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