You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have GPG signing enabled globally, which causes an error 5 (access denied) without prompting as git normally does (off hand, I'm not sure why that is). Perhaps we should pass -c commit.gpgsign=false to make sure it's not a problem.
@scbedd and I had previously talked about this in relation to #4720 and --no-sign was added to git tag, but commit signing is still a problem.
The text was updated successfully, but these errors were encountered:
I have GPG signing enabled globally, which causes an error 5 (access denied) without prompting as git normally does (off hand, I'm not sure why that is). Perhaps we should pass
-c commit.gpgsign=false
to make sure it's not a problem.@scbedd and I had previously talked about this in relation to #4720 and
--no-sign
was added togit tag
, but commit signing is still a problem.The text was updated successfully, but these errors were encountered: