remote: hooks/update:11:in `require_relative': cannot load such file
Created by: huangxinms
my version of gitlab is 7.3.1
when I push a file to the server, The error is
Counting objects: 5, done.
Writing objects: 100% (3/3), 278 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: hooks/update:11:in require_relative': cannot load such file -- /home/git/repositories/huangxin/helloworld.git/lib/gitlab_update (LoadError) remote: from hooks/update:11:in
'
remote: error: hook declined to update refs/heads/master
To http://10.10.121.47/huangxin/helloworld.git
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'http://10.10.121.47/huangxin/helloworld.git'
And then I open the folder "/home/git/repositories/huangxin/helloworld.git", but the "lib" folder is not exist.