3
I’m away from home and need to keep my projects up to date, I bought a very simple notebook for my trip, and in the installation of Phonegap this giving an unusual error in my opinion because I had never seen, I hope they can help me.
OBS: I’ve already installed: Nodejs and Git.
You probably didn’t set Git there on the system’s global variables, so it doesn’t find Git on your machine.
– Kazzkiq
You need to install GIT globally through
npm install -g git
, if still there are problems install through this package: http://git-scm.com/downloads– felipekm