Unable to push after 4.2->5.0->5.1 upgrade
Created by: tvb
Since I have upgraded my gitlab installation from 4.2 to 5.0 to 5.1. I am unable to push to my repo.
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin develop:develop
Pushing to git@domain/user/project.git
remote: GitLab: You are not allowed to access develop!
remote: error: hook declined to update refs/heads/develop
To git@domain/user/project.git
! [remote rejected] develop -> develop (hook declined)
error: failed to push some refs to 'git@domain/user/project.git'
Completed with errors, see above
The production.log says:
Started GET "//api/v3/internal/allowed?key_id=1&action=git-receive-pack&ref=_any&project=user/project" for at 2013-04-24 00:02:58 +0200 Started GET "//api/v3/internal/allowed?key_id=1&action=git-receive-pack&ref=develop&project=data/git/repositories/user/project" for at 2013-04-24 00:02:58 +0200
ls -la of /home: lrwxrwxrwx 1 root root 9 Jan 11 15:23 git -> /data/git lrwxrwxrwx 1 root root 12 Jan 11 14:20 gitlab -> /data/gitlab
Is the symlink causing for problems here?