Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
robertodr
2 years agoNew Contributor
Git commit signing in VSCode DevContainer
I am using 1Password as SSH agent and I have Git commit signing working correctly on my machine. However, I cannot make commit signing work inside VSCode DevContainers. I get the following error mess...
robertodr
2 years agoNew Contributor
The above happens when not setting the ssh.program
to op-ssh-sign
. If I do that, then the error changes to:
error: cannot run op-ssh-sign: No such file or directory
error:
fatal: failed to write commit object
which is understandable, since there is no op-ssh-sign
within the devcontainer.