Package management in git for windows?

前端 未结 6 464
你的背包
你的背包 2020-12-12 15:35

I\'m reading the github wiki for git-for-windows and it says that msys2 bundles pacman: https://github.com/git-for-windows/git/wiki/Package-management

But when I invo

6条回答
  •  Happy的楠姐
    2020-12-12 16:26

    As mentioned in issue 397:

    This is intended. We do not ship pacman with Git for Windows.
    If you are interested in a fully fledged package manager maintained environment you have to give the Git for Windows SDK a try.

    The bash that you see in the latest git for Windows (2.5.3), which is a more recent bash than the old msysgit one, is only there to execute git commands.
    It is not a full-fledged linux environment to install any third-party package.

提交回复
热议问题