well glad to know I’m not the only one, started happening recently … code gets merged into target branch but merge fails and I can’t find anything in any logs why it failed
nah, we kept getting this error every day. It beginned since we upgraded our version and only happen with 1 environnement. All our other doesn’t have this error.
I opened a ticket on their website but they didn’t responded because I am not hosting at gitlab.com but on my server.
Only option left is to contact their support but I think it’s not free.
it is spreading here, it was happening on one repo only and now it spread to 2 more
I’ll setup a new VM install it from scratch and load backup, maybe it will work, maybe not, we’ll see … if not I’ll try to mirror repos to new server, maybe that will work … I’m more afraid if this happened more other stuff can happen too… especially as I can’t find anywhere what the actual error is no logs show the error
In our case the issue occurred because we’ve enabled “Push rules - Validate branch names” in the project repository settings. When merging to a branch that is not in the list, an automated pre-push hook is triggered on the server, therefore creating the error. You can verify this by doing the merge locally and push to the remote yourself.