forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Context
Got a fresh windows 10 machine, Installed Git-2.5.2-64-bit.exe
last Friday. Wanted to install some packages Today - found this package management guide in the wiki, tried to run pacman in git bash:
$ pacman
sh: pacman: command not found
version info:
C:\> ver
Microsoft Windows [Version 10.0.10240]
$ git --version
git version 2.5.2.windows.1
Steps to reproduce the problem
Install git for windows using the setup tools from the git-for-windows website, using mintty shell and try to run pacman... (I'm not using Chocolatey).
I am using ConEmu 150908 64bit
Am I missing something? Also, what are the steps to update git for windows? I couldn't find any documentation for that. Do I have to use chocolatey? (I'd rather not, gave me issues in the past).