Настраиваю git на сервере.
Создал локально ключ, передал на сервер, занес в ~/.ssh/authorized_keys
Проверил заходит без ввода пароля по ссш.
Клонировал gitolite-admin
Делаю изменения conf/gitolite.conf делаю git push и тут бац
#git push
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 338 bytes | 0 bytes/s, done.
Total 4 (delta 1), reused 0 (delta 0)
remote: Empty compile time value given to use lib at hooks/update line 6.
remote: Use of uninitialized value in require at hooks/update line 7.
remote: Can't locate Gitolite/Hooks/Update.pm in @INC (you may need to install the Gitolite::Hooks::Update module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at hooks/update line 7.
remote: BEGIN failed–compilation aborted at hooks/update line 7.
remote: error: hook declined to update refs/heads/master