Should this set up not allow me to force push a protected branch?
Created by: m4tthumphrey
I've noticed that for new projects (last month or so) that I create, the master branch is defaulted to protected. That's fine. But today I tried pushing to some of them and got the error below.
remote: GitLab: You don't have permission
To [email protected]:components/test.git
! [remote rejected] master -> master (pre-receive hook declined)
This is the member set up for that project:
Surely this should allow me to push being in the group as the owner?