错误:无法通过git获取插件http://github.com/don/cordova-filechooser.git

时间:2017-03-22 12:10:45

标签: cordova firebase ionic-framework firebase-realtime-database ionic2

我是离子2的新手,我想使用firebase数据库上传图像。按照http://tphangout.com/ionic-2-serving-images-with-firebase-storage/本教程我正在做的事情。当我添加插件离子插件添加http://github.com/don/cordova-filechooser.git 时,我收到错误。

1 个答案:

答案 0 :(得分:1)

你必须像这样使用它:

https://www.github.com/don/cordova-filechooser.git --save

我已经测试过并且工作正常。

enter image description here

以下是config.xml

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.ionicframework.myfirstapp414454" version="0.0.1">

    <plugin name="com.megster.cordova.FileChooser" spec="https://www.github.com/don/cordova-filechooser.git" />

</widget>