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

Koji requires GPG #77

Open
5ouma opened this issue Nov 2, 2023 · 1 comment
Open

Koji requires GPG #77

5ouma opened this issue Nov 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@5ouma
Copy link

5ouma commented Nov 2, 2023

Describe the bug
When I run koji, it requires GPG.

thread 'main' panicked at 'error calling gpg command, is gpg installed ?: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cocogitto-5.2.0/src/git/commit.rs:86:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

To Reproduce
To run the command on a machine doesn't have GPG.

Expected behavior
Ignore GPG if not installed.

Additional context
Is it not an issue of koji, but of cocogitto?
I usually sign off commits with SSH not GPG.

@5ouma 5ouma added the bug Something isn't working label Nov 2, 2023
@its-danny
Copy link
Owner

this does seem like a requirement of cocogitto. i can maybe get away from depending on that, though, so i'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants