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.
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?