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
This way, it will pick up the ssh key from the ssh-agent as needed.
However it seems that gitui does not understand defaultKeyCommand. As a consequence, I cannot sign commits on remote computers (which receive the key from the agent).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to sign commits with my SSH key.
Describe the solution you'd like
Usually I setup my
.gitconfig
as follows:This way, it will pick up the ssh key from the ssh-agent as needed.
However it seems that
gitui
does not understanddefaultKeyCommand
. As a consequence, I cannot sign commits on remote computers (which receive the key from the agent).The text was updated successfully, but these errors were encountered: