Closed wouterds closed 10 years ago
Hey @WouterDS, that shouldn't be a big deal. When you install dploy to your repo, a dploy.yaml
is created at your current folder. And another script post-commit
is also created at your .git/hooks, that allows you to commit through your commit message, like this:
git commit -am "Commit message... #dploy"
So it looks like this file couldn't be created due to limited permission to that folder. Can you check the permissions and try again?
But DPLOY should still work anyway.
Oh ok, nevermind, won't use that feature since since I need to upload the production version which has to be compiled first with another command.
Error: The post-commit file could not be created. Check the permissions of the folder.
What am I doing wrong here? The git repo is just a cloned one from Github.. How can I fix this?