Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github - Merging is blocked - The base branch requires all commits to be signed

Tags:

git

github

Github is blocking the pull request from being merged, even though all the commits are verified.
Rule settings: 'Require signed commits' & 'Include administrators' are checked.
Does anyone know how to solve this?

enter image description here enter image description here

like image 788
Tomer.Epstein Avatar asked Mar 19 '19 06:03

Tomer.Epstein


1 Answers

It seems like this is a GitHub web interface only glitch.

The system can verify the signatures internally.

The trick to get through this is to use the "Command line instructions".

Use the command line instructions

I was able to merge the branch without turning off any checks.

enter image description here

like image 130
Eric Lam Avatar answered Nov 10 '22 02:11

Eric Lam