When I follow the instructions at https://github.com/cakephp/debug_kit to install, when I get to the line that reads:
git submodule add https://github.com/cakephp/debug_kit.git app/Plugin/DebugKit
I get the error:
fatal: Not a git repository (or any of the parent directories): .git
If there is another step required for this (such as creating a git repository) it might be rather useful if the instructions explained this without assuming we've already done all that. The instructions make no mention of any need to create your own git repository.
Thanks.
When I follow the instructions at https://github.com/cakephp/debug_kit to install, when I get to the line that reads:
git submodule add https://github.com/cakephp/debug_kit.git app/Plugin/DebugKit
I get the error:
fatal: Not a git repository (or any of the parent directories): .git
If there is another step required for this (such as creating a git repository) it might be rather useful if the instructions explained this without assuming we've already done all that. The instructions make no mention of any need to create your own git repository.
Thanks.