我正在按照 phonegap 网站安装说明使用 Phonegap 3.0 和命令行界面。我在 iOS 上创建了一个很好的应用程序:
npm install -g phonegap
...
phonegap create Test -n Test
(创建一个名为“Test”并位于“Test”文件夹中的应用程序)
phonegap build ios
然后...
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git
哪个响应此错误:
Error fetching plugin: Error: "git" command line tool is not installed: make sure it is accessible on your PATH.
现在,我已经尝试安装“git”命令行工具,但我不确定我是否安装正确,或者我是否下载了正确的东西,或者如何对齐 PATH 以使其可访问。
这里有什么建议吗?有没有人处理或看到这个?非常感谢