What is the correct Git path on 64 bit windows 2012 server? -
i trying configure jenkins github. jenkins not able find git.exe (manage jenkins -> configure system -> git installations ) , guess that's because path ( environment variable) not set on window server im using.
its windows 2012 r2 server 64 bit os. still when installed git, got install program files instead of program files (86) , noticed git.exe in 3 different locations
c:\program files\git\bin
c:\program files\git\mingw64\bin
c:\program files\git\mingw64\libexec\git-core
when looked registry hkey_local_machine\software\gitforwindows value of libexecpath key set c:\program files\git\mingw64\libexec\git-core
so path should using on 64 bit machine?
use c:\program files\git\bin\git.exe
Comments
Post a Comment