我安装了 sparkleshare 推荐的“ Dazzle ”。Sparkleshare 同步,一切正常。
我想在我的 git 存储库中添加一个钩子。
/home/storage/TEST/
- 分支
- 钩子
- 信息
- 对象
...
我的钩子是 /home/storage/TEST/hooks/post-receive
这是我的钩子(这只是一个测试):
#!/bin/sh
touch /home/test.txt
我做了chmod -x /home/storage/TEST/hooks/post-receive
但是当 Sparkleshare 同步时,钩子不会运行。