3

我是 phonegap 的新手,我通过 phonegap 官方网站中定义的步骤来使用命令行工具(nodejs)创建项目。我成功创建项目并添加平台但是,

当我尝试添加插件时出现以下错误。

命令 :

cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git

错误 :

[Error: Error fetching plugin: Error: git command line is not installed]

如何解决此错误以及如何安装 git 命令行?

提前致谢。

4

3 回答 3

21

您可以在此处为Mac OS X安装 git 命令行,然后再次尝试运行。对于 Windows ,请在code.google.com/p/msysgit上下载 Git 。然后: git clone git://project.url.here

于 2013-07-26T05:25:01.510 回答
2

错误显示你没有安装 git 命令行工具。如果要先使用 git 命令,则需要安装 git 命令行工具。然后您可以根据您的要求添加插件。

于 2013-07-29T16:41:20.510 回答
0

Windows 上的 git 站点已移至: http: //msysgit.github.io/

于 2014-01-03T17:19:19.747 回答