尝试使用MSYS:
http://www.mingw.org/wiki/MSYS
原文链接:https://www.f2er.com/windows/371403.htmlMSYS is a collection of GNU utilities such as bash,make,gawk and
grep to allow building of applications and programs which depend on
traditionally UNIX tools to be present.
这允许在Windows下运行类似bash的脚本.
MSYS包含在MinGW包(direct download)中.
MinGW Shell:
注意:CygWin也可以这样做,我想.
编辑:上面MinGW的链接是32位.如果您对64位版本感兴趣,请查看here.
编辑:已经进行了更改,Windows Installer现在附带一堆可安装的软件包(非常类似于Debian下的apt-get install).它配有一个允许选择/定制其他工具的GUI.从here下载(以上链接已被弃用).