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
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run
koji
, it requiresGPG
.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.
The text was updated successfully, but these errors were encountered: