headz68
headz68

Reputation: 197

Git integration with Intellij Idea 9.0.4 not working

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:

  1. Cloned a new repro from github by selecting "Check out from version control" --This worked fine.

  2. Go to File => Other Settings => Configure plugins --The git plugin is enabled and I disabled all others.

  3. 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?

Upvotes: 3

Views: 2035

Answers (1)

headz68
headz68

Reputation: 197

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!!

Upvotes: 2

Related Questions