我创建了一个名为 composer.json 的 JSON 文件
{
"require":{"php-activerecord/php-activerecord": "dev-master"}
}
然后我转到终端中的文件夹并输入:composer install
我收到此失败消息:
[RuntimeException]
Failed to clone https://github.com/kla/php-activerecord.git, git was not found, check that it is installed a
nd in your PATH env.
sh: git: command not found
我不知道该怎么做。任何帮助都会很棒。