error: git was not found - installing laravel with composer windows

后端 未结 5 1663
时光说笑
时光说笑 2021-01-12 10:20

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\         


        
5条回答
  •  佛祖请我去吃肉
    2021-01-12 10:28

    You'll need to add git to your system PATH if you want to use it in regular command prompt.

    Here's a guide on modifying your system path in Windows:

    http://www.computerhope.com/issues/ch000549.htm

提交回复
热议问题