I'm trying to add SQLite plugin to my Ionic project using this command
cordova plugin add https://github.com/litehelpers/Cordova-sqlite-storage.git
And here is an output:
Fetching plugin "https://github.com/litehelpers/Cordova-sqlite-storage.git" via git clone Error: Failed to fetch plugin https://github.com/litehelpers/Cordova-sqlite-storage.git via git. Either there is a connection problems, or plugin spec is incorrect: Error: C:\msysgit\bin\git.exe: Command failed with exit code 128 Error output: Cloning into 'C:\Users\xxx\AppData\Local\Temp\git\1459420827450'...
I have a firewall, so I've already set HTTP_PROXY
and HTTPS_PROXY
environment variables.
How to solve the problem?