Hi Vitaly, On 2015-04-15 09:17, Vitaly wrote: >> >> feel free to give it a spin: https://git-for-windows.github.io/#download >> > > I have installed msysgit 1.9.4, installing git for windows 2.3.5.8 (into > default localtion and with "use from Windows command prompt")
Which version, 32-bit or 64-bit? PortableGit or regular Git? > and call "git --version" still give me msysgit1.9.4 And the path was not adjusted at all? That would be strange indeed. > I have delete gfw 2.3.5.8 and msysgit 1.9.4, install gfw 2.3.5.8 once again > (and check "use from Windows command prompt") and now I have: > C:\>git > error launching git: . > > I see C:\Program Files (x86)\Git\bin in my PATH (from old installs?), but > did not see this directory (bin) under Git installation There is explicit code to modify the PATH environment variable when you choose the "from Windows command prompt" option: https://github.com/git-for-windows/build-extra/blob/4fdceef37514d1b35d524a8752ccf4e7ad778f60/installer/install.iss.in#L1163-L1177 Just to make sure, you are certain that the PATH variable is not touched, even if you reinstall (without uninstalling Git for Windows first)? Ciao, Johannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html