我在 Windows 8 上使用 Bower,每当我尝试安装软件包时都会出错。在这种情况下,我正在尝试安装 Twitter Bootstrap。所以我跑...
bower install bootstrap
...我收到此错误...
bower cloning git://github.com/twitter/bootstrap.git
bower cached git://github.com/twitter/bootstrap.git
bower fetching bootstrap
bower error status code of git: 127
There were errors, here's a summary of them:
- bootstrap status code of git: 127
CreateProcessW: The system cannot find the file specified.
我正在使用 Git 版本 1.7.9.mysgit.0 (通过Rails Installer 安装)。
是什么导致了这个错误,我该如何解决?
为了进一步隔离这个问题,我在 Cloud9 IDE 上成功运行了这个命令