ruby - Cannot find git while installing foundation -


i new zurb foundation , trying install through ruby cli. have installed zurb foundation , want create new project command:

foundation new myfound 

it gives me error saying:

can't find git.

i have installed git on system still have error. run on windows. suggestions?

you have check option during installation add git on path:

use git windows command promt

picture

enter image description here

if didn't can reinstall git or add on path manually (i assume git's installation folder c:\program files (x86)\git - if doesn't, change yours).

command line approach

set path=%path%;c:\program files (x86)\git\bin 

graphical approach

  • select computer start menu
  • choose system properties context menu
  • click advanced system settings > advanced tab
  • click on environment variables
  • select path in section system variables , edit it
  • add ;c:\program files (x86)\git\bin @ end , save it

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -