gpg failed to sign the data fatal: failed to write commit object

I ran into this issue with OSX. Original answer: It seems like a gpg update (of brew) changed to location of gpg to gpg1, you can change the binary where git looks up the gpg: If you don’t have gpg1: brew install gpg1. Updated answer: It looks like gpg1 is being deprecated/“gently nudged out of usage”, so you probably … Read more