cshekharsharma / git-changelog

A simple PHP library for generating changelog file from git log history
MIT License
6 stars 2 forks source link

'D:\Program' is not recognized as an internal or external command, operable program or batch file #3

Open WesleyGoncalves opened 4 years ago

WesleyGoncalves commented 4 years ago

When I run the script, I get this error message. My Git is installed under D:\Program Files\Git\ I believe the space between the words Program and Files in the git path is causing this.

I tried to escape the space with \ but I still get the same error.

What could I do to fix it?