I'm using Chocolatey (v0.9.8.27) as a package manager for Windows. I've installed multiple packages, and they all run fine, but for some reason Git isn't working.
The command I used was choco install git
. It downloads git
and git.install
to the lib
folder, and says that the install finished successfully, but nothing ends up in the bin
folder. When I try to start Git, I get an error about it not being a recognized command.
My first thought was to check my environment variables, but I don't even see any executables to point to. Has anyone else come across this before?
By default, the Chocolatey client is installed into the C:\ProgramData\Chocolatey local directory on the Windows computer.
Check If Git is Installed You can check whether Git is installed and what version you are using by opening up a terminal window in Linux or Mac, or a command prompt window in Windows, and typing the following command: git --version.
The default path is “C:\Program Files\Git“. If you want the software installed in a different location click Browse and specify a different folder. Click Next when ready to proceed. On this step, you are prompted to provide the name of the Start Menu folder in which the shortcuts for the application will be placed.
install 64 bit from 'https://github.com/git-for-windows/git/releases/download/v2.11.0.windows.1/Git-2.11.0-64-bit.exe' Progress: 100% - Completed download of C:\Users\sp_farm\AppData\Local\Temp\chocolatey\git. install\2.11. 0\Git-2.11. 0-64- it.exe (32.87 MB).
Some folks might be running into this currently as there's an issue with the current version (1.9.5.20150319) of the git.install package.
This can be gotten around by installing the previous version with:
choco install git.install -version 1.9.5.20150114
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With