我试图从配置文件中安装私有存储库:
<plugin name="com.transistorsoft.cordova.background-geolocation" spec="https://username:password@github.com/transistorsoft/cordova-background-geolocation.git#2.1.2" />
不幸的是我得到了这个:
在config.xml中发现了插件“com.transistorsoft.cordova.background-geolocation”。将其添加到项目中 无法从config.xml恢复插件“com.transistorsoft.cordova.background-geolocation”。您可能需要尝试重新添加它。错误:无法通过注册表获取插件com.transistorsoft.cordova.background-geolocation@ https://username:password@github.com/transistorsoft/cordova-background-geolocation.git#2.1.2。 可能这是连接问题,或者插件规范不正确。 检查您的连接和插件名称/版本/ URL。
我得到了来自github的所有插件的相同错误。 - 用户和密码应该没问题,因为我在github上多次测试过。