Unable to run git from command line

Viewed 28705

I have installed GIT for Windows right now. And when I am running this into my symfony project to reinstall the vendors by

php bin/vendors install --reinstall

Then i am getting an error

git' is not recognized as internal or external command

I have set the environmental variables also as

c:/programme files/git/cmd

Now what should I do? I have tried also for environmental variables

c:/program files/git/bin

but I am getting the same error

3 Answers
Related