I done several test and I removed hook from git. Now I'm able to commit my code on the repository :
$ echo "Test commit" > commit_message.txt
$ git commit -F commit_message.txt
Error: mkdir --path-format=absolute
.git/info: no such file or directory
$ mv .git/hooks .git/hooks_backup
$ git commit -F commit_message.txt
[dev eb27e22] Test commit
1 file changed, 1 insertion(+), 1 deletion(-)