I’m using Intellij Idea 9.0.4 on a Mac. I’m having trouble getting the Git Integration plugin to work at all.
So far I have done the following:
-
Cloned a new repro from github by selecting “Check out from version control” –This worked fine.
-
Go to File => Other Settings => Configure plugins –The git plugin is enabled and I disabled all others.
-
Go to File => Settings => Version Control => VCSs => Git –My git executable tests fine and I’m using the native SSH executable.
When I try to use command-t or command-k nothing happens. All the files that I edit are red, indicating that they are not being tracked.
Am I missing something? It seems other people have it working just by enabling the plugin. Should I just convince my company to upgrade to Idea 10.5?
Fixed it! Seems like I’ve been answering a few of my own questions lately. Makes me wonder if I’ve been developing better diagnostic skills or just asking dumber questions… Nonetheless, I got it to work by configuring the correct directory in the VCS settings. The root directory of my project was defaulted to use SVN.
DUMB!!