I get an error message:
failed to clone https://github.com/php-fig/log.git, git was not found, check that it is installed and in your PATH env. 'git' is not recognized as and internal or external command, operable program or batch file
when I try to run composer create-project laravel/laravel learning-laravel .
I installed the git GUI, which also comes with a command line shell, but I donโt know why it doesnโt recognize the command (I issue the create-project command at the Windows command prompt).
I also tried to run the command from the git shell, which worked, but when I tried php artisan serve , it gave me a message that the CLI stopped working.
Does anyone know how to fix git error? I would rather use the windows command shell instead of git as it can then go into my wamp / www file
source share