Problem with Phonegap installation

Asked

Viewed 97 times

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.

Imagem do error

OBS: I’ve already installed: Nodejs and Git.

  • 2

    You probably didn’t set Git there on the system’s global variables, so it doesn’t find Git on your machine.

  • 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

1 answer

1

Make sure you have Git set in your windows PATH...

  • Right click on My Computer
  • Click Advanced system settings
  • Click Environment variables at the bottom of the window
  • Then add the git path to the end of your environment path

;C: Program Files (x86) Git bin;C: Program Files (x86) Git cmd

Browser other questions tagged

You are not signed in. Login or sign up in order to post.