Closed testevez closed 6 years ago
Looking over the README.md I see that we expected the presence of a git repository. The nearest clue we gave was:
You should commit all files not excluded by the .gitignore file.
I'll look into adding a git init
when create-project
is used, but for now, in the root directory of your project a
git init
composer install
should do the trick. pre-commit is failing because there is nowhere for it to install git hooks.
I am getting this error when trying to set up my local Ballast environment (OSX 10.11.6).
I made sure I had pre-commit installed, but it does not resolve the error.
I feel like I may be able to get it to run if I made changes to my config to avoid using this package, but I am not sure how to do that.
What can I change to make this environment run, thanks.