Gitlab6 gitolite error when pushing
Closed
Gitlab6 gitolite error when pushing
Created by: ayonix
When I try to push to a repository in gitlab it gives me that:
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 (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /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
To gitlab@<server>:<NS>/<REPO>.git
There is an gitolite installation running in /srv/git as user git, but that shouldn't interfere with a gitlab installation running as user gitlab, should it?
The relevant files: https://gist.github.com/ayonix/aa55b649f8d849ec629d
Edit: Moving .gitolite.rc and .gitolite-backup in /srv/git to something else fixes this. But still, why would a gitolite installation interfere with a gitlab installation if the users are disjunct?
Please register or sign in to reply