I necessarily have to make this method. But I use linux(xubuntu). What should be my EGit path ?
Asked
Active
Viewed 75 times
0
-
sudo apt-get install git. And i restart eclipse. This is work for me. Thank you – balkondemiri Aug 28 '14 at 22:00
-
"Vote Up requires 15 reputation" :P sorry – balkondemiri Aug 28 '14 at 22:14
1 Answers
1
Make sure you have git installed In terminal type
git --version
If you do not have any output then you do not have git, install it by typeing
sudo apt-get install git
Git should be located in:
/usr/lib/git-core

Mihai
- 1,212
- 16
- 25