4

How to fix this problem?

Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.

marekful
  • 14,986
  • 6
  • 37
  • 59
user3102141
  • 101
  • 2
  • 3
  • 5

2 Answers2

4

As I suggested in "Egit installation path error", it can be linked to the absence of a Git installation (which EGit relies on for the system config path).

Install:

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
-1

In my case installation of the latest Git version helped.

Downloaded latest version from https://git-scm.com/download/win and installed it to the same directory as Git was before. Started eclipse and error message from Error log disappeared. I have Cygwin64 installed.