I\'m getting an error saying:
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\
You need to add the directory you installed git to to your PATH environment variable.
Computer
.PATH
;"C:\path\to\git\bin";"C:\path\to\git\cmd"
Test the git command in the command prompt to see if it worked. Git is usually located in Program Files
or Program Files(x86)
.