Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
各位大神,请教一个问题,我自己搭建了一个git server, 我想在server上启用pre-receive这个hook,于是就把hooks里的pre-receive.sample改成了pre-receive, 脚本如下:
按照这个脚本的话,客户端每次提交的时候,都应该报错,不成功, 但是现在每次push都能成功,看起来这个脚本不起作用,是因为我少配置了什么东西吗?
@shaynez Pythoh脚本也试了,也不行,push没有任何阻挡
这是gitlab吗。修改配置后gitlab-ctl reconfigure没
@mango 不是,是在自己的服务器上,自己搭的git server(git init --bare xxx)
@shaynez 在 git pre-receive不起作用 中说:
git init --bare
没问题啊,老弟。我刚试了下,push不了。你是不是运行在windows下哦,这个是linux脚本
push不了