pushing a updated branch to gitlab fails (latest master)
Created by: swiffer
I created a branch locally and pushed it to gitlab then changed & commited several files locally an tried to push the branch to gitlab which results in a remote: fatal:
git.exe push -v --progress "origin" my_branch:my_branch
Pushing to http://my_host:81/root/my_project.git Counting objects: 13, done. Compressing objects: 100% (7/7) Writing objects: 100% (8/8) Writing objects: 100% (8/8), 1.26 KiB, done. Total 8 (delta 5), reused 0 (delta 0) POST git-receive-pack (1433 bytes) remote: fatal: Not a git repository: '.' remote: fatal: Not a git repository: '.' remote: fatal: Not a git repository: '.' remote: fatal: Not a git repository: '.' remote: fatal: Not a git repository: '.' remote: fatal: Not a git repository: '.' remote: fatal: Not a git repository: '.' remote: GitLab: You are not allowed to access tv-eitorf! remote: error: hook declined to update refs/heads/tv-eitorf To http://my_host:81/root/my_project.git ! [remote rejected] my_branch -> my_branch (hook declined) error: failed to push some refs to 'http://my_project:81/root/my_project.git'
any ideas how to solve this issue?