Skip to content

Instantly share code, notes, and snippets.

/report Secret

Created December 4, 2016 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eb9681b6b34363db5cac82ac6ac7601d to your computer and use it in GitHub Desktop.
Save anonymous/eb9681b6b34363db5cac82ac6ac7601d to your computer and use it in GitHub Desktop.
$ git --version
git version 2.11.0
$ git commit --amend -S
error: gpg failed to sign the data
fatal: failed to write commit object
$ git config --list
user.name=me
user.email=me@host
credential.helper=osxkeychain
push.default=simple
merge.tool=vimdiff3
core.editor=vim
core.precomposeunicode=true
core.quotepath=false
core.pager=less
status.submodulesummary=true
diff.submodule=log
diff.compactionheuristic=true
color.ui=true
gpg.program=gpg2
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment