Reputation: 935
I am going through the EGit user guide and it says I should point out the system wide configuration by telling Eclipse where Git is installed with Windows and then it says I should do the same if I am using Cygwin. I'm not sure where in my Cygwin folder Git is installed. Can anyone help me? Thanks!
Upvotes: 0
Views: 400
Reputation: 1219
you can point to {{cygwin_path}}/bin/git.exe or you can install git separately and point to that instance.
Upvotes: 1