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
What happened?
When attempting to use DevPod with 1Password's SSH agent, I receive the error: "error failure in setting up git ssh signature helper". This results in a .gitconfig missing any of the signing settings.
Signing on local git repositories works as expected.
What did you expect to happen instead?
DevPod should forward the SSH agent and configure the .gitconfig properly
How can we reproduce the bug? (as minimally and precisely as possible)
Anything else we need to know?
I've verified that SSH authentication works correctly outside of DevPod using the my Git config. Git commands like git clone, git push and signing commits work properly without DevPod.
The text was updated successfully, but these errors were encountered:
What happened?
When attempting to use DevPod with 1Password's SSH agent, I receive the error: "error failure in setting up git ssh signature helper". This results in a .gitconfig missing any of the signing settings.
Signing on local git repositories works as expected.
What did you expect to happen instead?
DevPod should forward the SSH agent and configure the .gitconfig properly
How can we reproduce the bug? (as minimally and precisely as possible)
My
devcontainer.json
:SSH Agent forwarding seems to work:
My
.gitconfig
:My
.gitconfig.work
:.gitconfig
created by devpod:Local Environment:
DevPod Provider:
Anything else we need to know?
I've verified that SSH authentication works correctly outside of DevPod using the my Git config. Git commands like git clone, git push and signing commits work properly without DevPod.
The text was updated successfully, but these errors were encountered: