Created
February 11, 2017 22:49
-
-
Save bhrott/b71929f33fb2429ac22ec50d2871078a to your computer and use it in GitHub Desktop.
OSX: disabling gpg for commits
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/bin/bash | |
git config --global commit.gpgsign false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.