[TYPO3-core] Problem with git commit message hook

Roland Waldner mostwantedtypo3 at gmail.com
Mon Sep 15 10:58:55 CEST 2014


Hi,

I get this error when I try to commit changes:

--- quote ---
error: cannot run .git/hooks/commit-msg: No such file or directory
--- /quote ---

The file .git/hooks/commit-msg exists and it's content seems to be ok.

I installed the git hook with this command, like it is menditoned in the contribution walkthrough [1]:

--- quote ---
curl -o .git/hooks/commit-msg "https://typo3.org/fileadmin/resources/git/commit-msg.txt" && chmod +x .git/hooks/commit-msg
--- quote ---

Has something changed concerning the commit message hook lately which is not documented yet?

Kind regards

Roland

[1] http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine#Starting_a_new_Change_Request_.28RFC.29


More information about the TYPO3-team-core mailing list