How to run git hook script on windows, using repository through filesystem?

前端 未结 3 1909
暖寄归人
暖寄归人 2020-12-24 08:01

Because of its simplicity, we use remote repository placed on shared disk, accessing it using file system path (\\server\\share). Is is possible, in such case, to run hook s

3条回答
  •  暖寄归人
    2020-12-24 08:14

    My advice after few hours of fight, double check value:

    git config core.hookspath
    

    It should be empty or point your hooks folder (.git\hooks)

提交回复
热议问题