Skip to content

Instantly share code, notes, and snippets.

@bhrott
Created February 11, 2017 22:49
Show Gist options
  • Save bhrott/b71929f33fb2429ac22ec50d2871078a to your computer and use it in GitHub Desktop.
Save bhrott/b71929f33fb2429ac22ec50d2871078a to your computer and use it in GitHub Desktop.
OSX: disabling gpg for commits
!#/bin/bash
git config --global commit.gpgsign false
@wandita
Copy link

wandita commented Jul 29, 2020

it continues complaining about not being able to sign in : "not being able to find a GPG for signing " i want to disable the signing. I have been for too long trying. Any help will help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment