Git Hook post-接收未执行
Git Hook post-receive not executing
--Git hook新手--
Post-推送到 git 实验室中托管的 git 时接收未执行。
我们实时服务器中的 git 存储库是 gitlab 存储库的克隆。
为什么当我推送到 gitlab 仓库时,实时服务器中的 git 不执行钩子中的 post-receive。
我需要在 gitlab 中设置一些东西吗?
post-receive 在实时服务器中。git/hooks/post-receive 但不在本地并且未推送到 gitlab 仓库
如 official guide 所示,您不必在
.git/hooks/post-receive
,但在 /home/git/repositories/<group>/<project>.git/custom_hooks/
(如果由源安装)或在 /var/opt/gitlab/git-data/repositories/<group>/<project>.git/custom_hooks/
(如果由 Omnibus 安装)
--Git hook新手--
Post-推送到 git 实验室中托管的 git 时接收未执行。
我们实时服务器中的 git 存储库是 gitlab 存储库的克隆。
为什么当我推送到 gitlab 仓库时,实时服务器中的 git 不执行钩子中的 post-receive。
我需要在 gitlab 中设置一些东西吗?
post-receive 在实时服务器中。git/hooks/post-receive 但不在本地并且未推送到 gitlab 仓库
如 official guide 所示,您不必在
.git/hooks/post-receive
,但在 /home/git/repositories/<group>/<project>.git/custom_hooks/
(如果由源安装)或在 /var/opt/gitlab/git-data/repositories/<group>/<project>.git/custom_hooks/
(如果由 Omnibus 安装)