79201453

Date: 2024-11-18 21:15:43
Score: 1
Natty:
Report link

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(-)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: FrenchKoyote