I am having trouble to add plugins from a git subdiretory.
I add any of the following combinations to my config.xml but none seems to work:
I always get this error
Help will be appreciated.
Thanks
I add any of the following combinations to my config.xml but none seems to work:
<plugin spec="https://github.com/apache/cordova-plugin-battery-status/tests" source="git"/>
or
<plugin spec="https://github.com/apache/cordova-plugin-battery-status/master/tests" source="git"/>
or
<plugin spec="https://github.com/apache/cordova-plugin-battery-status/tree/master/tests" source="git"/>
I always get this error
"plugman install --platform android --project /project --plugin https://github.com/apache/cordova-plugin-battery-status/tests": Fetching plugin "https://github.com/apache/cordova-plugin-battery-status/tests" via git clone
Failed to fetch plugin https://github.com/apache/cordova-plugin-battery-status/tests via git.
Either there is a connection problems, or plugin spec is incorrect:
Error: git: Command failed with exit code 128 Error output:
Cloning into '/tmp/git/1463164675772'...
fatal: repository 'https://github.com/apache/cordova-plugin-battery-status/tests/' not found
Help will be appreciated.
Thanks

