Eclipse: Installing Aptana Studio with EGit
I am trying to install Aptana 3 as a开发者_开发知识库 plugin to Eclipse Helios SR2. I am getting an Error which informs me that GIT cannot be located and that I should either install portable git or browse to the root directory of my GIT install.
I have installed the EGIT plugin (1.0.0.XX) which is working. But I cannot find the root directory of this GIT install. Could some one point out where it should be?
That dialog is looking for a command-line version of Git for three purposes:
- Enable the scripting/commands infrastructure to download new plugins
- Allow the terminal view to work
- Enable git support in the IDE
Since you are already using EGit, #3 isn't important, but unfortunately even if you could point to EGit from that dialog, it would not enable terminal support. My suggestion is to install PortableGit--it's small, self contained (it's stored inside the workspace), and unobtrusive.
精彩评论