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 performing a commit I get the error sign builder error: Failed to retrieve 'user.signingkey' from the git configuration: Currently, we only support a pair of ssh key in disk.
This is likely because of my git configuration for commit signing.
To Reproduce
Steps to reproduce the behavior:
Add the following to your ~/.gitconfig
[user]
...
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[commit]
gpgsign = true
[push]
autoSetupRemote = true
try to perform a commit
See the error above
Expected behavior
This should work without error. git on the CLI works fine without error
Screenshots
Context (please complete the following information):
M2 MacOS 14.4.1
GitUI Version gitui nightly 2024-04-14
Rust version: cargo 1.77.1 (e52e36006 2024-03-26)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When performing a commit I get the error
sign builder error: Failed to retrieve 'user.signingkey' from the git configuration: Currently, we only support a pair of ssh key in disk.
This is likely because of my git configuration for commit signing.
To Reproduce
Steps to reproduce the behavior:
~/.gitconfig
Expected behavior
This should work without error.
git
on the CLI works fine without errorScreenshots
Context (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: