Nishant Jalan
Nishant Jalan

Reputation: 1038

Git version is 2.3 but IntelliJ supports 2.9+

Screenshot_0

I have recently downloaded the newer version of IntelliJ Ultimate Idea and the newest Git 2.3 from the website. However, It is saying the IDEA can support only 2.9+? How is it possible if it is not available?

Upvotes: 6

Views: 7977

Answers (3)

Ashaba Derrick
Ashaba Derrick

Reputation: 1

Update your Git Version

Windows:

  1. look for Git Bash and open it
  2. enter git update

https://www.google.com/search?client=firefox-b-d&q=unsupported+git+version+#kpvalbx=_cBL3ZMXvG8-WkwWpr6PgCw_32

Upvotes: -1

Arte
Arte

Reputation: 31

in terminal, run 'sudo xcodebuild -license' and then agree to the terms.

Found answer here, worked for me.

Upvotes: 3

MrWonderful
MrWonderful

Reputation: 2578

As is evidenced by your screenshot, you are running Git version 2.30.0, which is, in fact, greater than 2.9.

Upvotes: -1

Related Questions