Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpg failed to sign the data #1115

Open
RobbieTheWagner opened this issue Apr 6, 2021 · 4 comments
Open

gpg failed to sign the data #1115

RobbieTheWagner opened this issue Apr 6, 2021 · 4 comments

Comments

@RobbieTheWagner
Copy link

I'm getting Error: git "commit" "--allow-empty" "-m" "v3.22.0" "--no-verify" failed with message error: gpg failed to sign the data any ideas on why that may be?

@Exelord
Copy link

Exelord commented May 27, 2021

Same here!

@RobbieTheWagner
Copy link
Author

I had to disable gpg signing, unfortunately.

@Vesper-arch
Copy link

I had to disable gpg signing, unfortunately.

How do you disable that, I've been coming across that error whenever I try to commit changes.

@peternowee
Copy link

peternowee commented Sep 24, 2023

I had to disable gpg signing, unfortunately.

How do you disable that, I've been coming across that error whenever I try to commit changes.

$ git config --show-scope --get-regexp "gpgsign"

Then, depending on the output of the above:

$ git config commit.gpgsign false
$ git config tag.gpgsign false
$ git config --global commit.gpgsign false
$ git config --global tag.gpgsign false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants