【发布时间】:2014-01-10 13:18:14
【问题描述】:
当我构建我的 PhoneGap 应用程序时,此插件的最新版本不起作用:
https://github.com/katzer/cordova-plugin-local-notifications
所以我想回到版本 0.6.3,我知道它可以工作:
https://github.com/katzer/cordova-plugin-local-notifications/tree/v0.6.3
但是当我跑步时:
phonegap local plugin add https://github.com/katzer/cordova-plugin-local-notifications/tree/v0.6.3
我明白了:
[phonegap] adding the plugin: https://github.com/katzer/cordova-plugin-local-notifications/tree/dc894c1eeede69b935f19891fda8e45a6c4e8f2f
[error] Fetching plugin failed: Error: Command failed: fatal: https://github.com/katzer/cordova-plugin-local-notifications/tree/dc894c1eeede69b935f19891fda8e45a6c4e8f2f/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
【问题讨论】:
标签: cordova github phonegap-plugins