Reputation: 1038
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
Reputation: 1
Update your Git Version
Windows:
Upvotes: -1
Reputation: 31
in terminal, run 'sudo xcodebuild -license' and then agree to the terms.
Found answer here, worked for me.
Upvotes: 3
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