Git installation not being recognized by Windows

1

I'm not familiar with bower and installing packages as well ...
I installed the Foundation Zurb , for email marketing installed correctly, but when I give the foundation new command to create a new project, it returns me the following message:

You need Git installed to get started. Download it here: http://git-scm.com/downloads

I have git installed on my machine, why does this happen?

    
asked by anonymous 16.03.2018 / 21:09

1 answer

1

You probably have not set the PATH correctly for Windows. You can determine the installation path this way:

  • Right-click My Computer ( My Computer )

  • Select Properties ( Properties )

  • Select Advanced )

  • Click Environment Variables

  • Select the Path variable

  • Click edit Edit

  • Add the path to your Git in front of the variable value field and separate it with a ; of the next record. (Note: do not add spaces between and the next value). >

16.03.2018 / 22:37