0

I necessarily have to make this method. But I use linux(xubuntu). What should be my EGit path ?

Egit installation path error

Community
  • 1
  • 1
balkondemiri
  • 903
  • 3
  • 11
  • 16

1 Answers1

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,109
  • 14
  • 21