Troubleshooting Secure DevOps

Prev Next

This article provides an overview of the GPG Signing error and how to resolve it.


What's the issue?

When commit signing is configured on my system, I receive the following error: Couldn't load public key <FINGERPRINT>: No such file or directory?"

If the 1Password SSH agent was uninstalled from the system, it leaves behind a configuration in the /Users/<USER>/.gitconfig file that creates the issue.

What’s the solution?

To locate the leftover configuration, run:

git config --list --show-origin

Remove the following entry from the file:

gpg.format=ssh

Still need help? Contact support at support@beyondidentity.com