I used to be able to push commits to the master branch all the time. But in the last month or two something has changed and when I try to push a change to master, I get the message:
remote: GitLab: You are not allowed to push code to protected branches on this project.
To common-lisp.net:f2cl/f2cl.git
! [remote rejected] master -> master (pre-receive hook declined)
I see that master is a protected branch. (I don't remember changing that or if it was always protected.)
Any ideas?
--