Egit installation path error

前端 未结 2 1036
春和景丽
春和景丽 2020-12-10 06:49

Eclipse Kepler 4.3.0.v20130530-1801

Egit version: 3.0.0.201306101825-r

After launching Eclipse and checking the Error Log I have the following warning:

2条回答
  •  醉梦人生
    2020-12-10 07:43

    I was getting the same Warning from Eclipse on an Android SDK installation in Windows 7. The solution for me was to download Git from git-scm.download/win and installing in the default "Program Files (x86)/Git" directory. You can then reference this directory by navigating within Eclipse to:

    • Window -> Preferences
    • Team -> Git -> Configuration
    • Tab "System Settings"
    • Location: C:\Program Files (x86)\Git\etc\gitconfig

    Otherwise, you can ignore the Warning if you have no need for a Git installation.

提交回复
热议问题