git post-receive hook not running

后端 未结 6 1961
被撕碎了的回忆
被撕碎了的回忆 2020-12-25 12:23

I have a bare repo server-side, and I am able to successfully commit and push from my local machine. However, the post-receive hook is not running. Details:

  • Us
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 13:00

    I had this problem. I had a typo in my script filename.

    post-recieve instead of post-receive

提交回复
热议问题