ngCordova installation + using the cordova plugin

@sioesi Yes, I can run this command: cordova plugin ls

But, when I run this one:

cordova plugin add https://github.com/brodysoft/Cordova-SQLitePlugin.git

I receive the following answer:

Fetching plugin "https://github.com/brodysoft/Cordova-SQLitePlugin.git" via git clone
Error: Command failed: Cloning into 'C:\Users\AppData\Local\Temp\plugman\git\1414411179886'...
fatal: The remote end hung up unexpectedly
error: RPC failed; result=7, HTTP code = 0

    at ChildProcess.exithandler (child_process.js:647:15)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:753:16)
    at Socket.<anonymous> (child_process.js:966:11)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Pipe.close (net.js:465:12)

Are you running the terminal as admin? Maybe could be permission, try to run the terminal as admin.