tags:

views:

461

answers:

2

How can I install Git on Eclipse? I found tutorials on http://cho.hapgoods.com/wordpress/?p=159 but there was said that "You should then see the eight Eclipse projects 'org.spearce.something.'" I don't see those eight projects.

+1  A: 

I manage to install it using this tutorial

Chrys
I followed those instructions but I got a message Cannot satisfy dependency:From: Eclipse Git Feature 0.4.9.200906240051 (org.spearce.egit.feature.group 0.4.9.200906240051)To: org.spearce.egit.feature.jar [0.4.9.200906240051]
Jaska
+2  A: 

According to the egit install page, just add http://www.jgit.org/updates/ to your Eclipse update manager.

Adam Goode