Can't force push rebased branch (pre-receive hook declined)
Description of the problem
Getting this error when force pushing a previously stale branch that has been rebased onto master:
Pushing to git@gitlab.com:usabilityhub/app.git
Counting objects: 612, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (538/538), done.
Writing objects: 100% (612/612), 93.32 KiB | 0 bytes/s, done.
Total 612 (delta 487), reused 95 (delta 69)
remote: Resolving deltas: 100% (487/487), completed with 107 local objects.
remote: GitLab: API is not accessible
To gitlab.com:usabilityhub/app.git
! [remote rejected] 1859-normalize-screenshot-schema -> 1859-normalize-screenshot-schema (pre-receive hook declined)
error: failed to push some refs to 'git@gitlab.com:usabilityhub/app.git'
Which Group/Project (with full path) is experiencing the issue?
https://gitlab.com/usabilityhub/app
Approximate date/time when the error occurred.
First seen today. Current time:
Fri Sep 22 2017 14:26:43 GMT+1000 (AEST)
Describe what you were doing right before the issue occurred.
Trying to force push after rebasing stale branch onto master. (I do this all the time)