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

Error 5 (access denied) when commit.gpgsign is true #6861

Closed
heaths opened this issue Aug 26, 2023 · 1 comment · Fixed by #6862
Closed

Error 5 (access denied) when commit.gpgsign is true #6861

heaths opened this issue Aug 26, 2023 · 1 comment · Fixed by #6862
Labels
Test-Proxy Anything relating to test-proxy requests or issues.

Comments

@heaths
Copy link
Member

heaths commented Aug 26, 2023

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.

@heaths heaths added the Test-Proxy Anything relating to test-proxy requests or issues. label Aug 26, 2023
@heaths
Copy link
Member Author

heaths commented Aug 26, 2023

To note, git 2.25.0 - which we currently require - supports both git tag --no-sign and git commit --no-gpg-sign.

heaths added a commit to heaths/azure-sdk-tools that referenced this issue Aug 26, 2023
heaths added a commit that referenced this issue Aug 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes #6861
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test-Proxy Anything relating to test-proxy requests or issues.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant