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

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
Post a Comment