When i push a new commit, the update hooks don't run
Created by: corentinstage
I have installed subgit 2.0.0 and gitlab 5.0
I want to know if gitlab is compatible with subgit.
I try to do this procedure :
- I create a repository on gitlab (example : sandbox.git
- I install subgit on this repository ( Repository Svn translation repository git)
- I clone this repository on my client but when i push a new commit, i have this error :
remote: hooks/update:10:in `require_relative': cannot load such file -- /home/git/repositories/sandbox.git/lib/gitlab_update (LoadError)
remote: from hooks/update:10:in `<main>'
remote: error: hook declined to update refs/heads/master
Thanks