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?
Get an error when start a workspace
[02:38:01] info Run command : yarn install...
[02:38:02] info yarn install v1.22.19
[02:38:02] info [1/4] Resolving packages...
[02:38:02] info [2/4] Fetching packages...
[02:38:05] info [3/4] Linking dependencies...
[02:38:06] info [4/4] Building fresh packages...
[02:38:06] info Done in 4.59s.
[02:38:07] info Successfully ran command : yarn install
[02:38:07] info Install extensions 'dbaeumer.vscode-eslint,streetsidesoftware.code-spell-checker' in the background
[02:38:07] info devcontainer up: forward agent: dial unix /run/user/1000/keyring/ssh: connect: no such file or directory
[02:38:07] error Try enabling Debug mode under Settings to see a more verbose output
[02:38:07] fatal run agent command: Process exited with status 1
I use kubectl exec to login into the pod, and seems there is no file under /run/user/1000/keyring/ssh, but seems the pod runs without no error.
I also try to set agent forwarding to false in the default context
Thanks for reporting your issue @ccl1115! Can you please provide your up command your using? I noticed in the code that when specyfing either dot files, a git SSH signature via command arg or gpg forwarding the SSH_AUTH_SOCK is proxied
What happened?
Get an error when start a workspace
I use
kubectl exec
to login into the pod, and seems there is no file under/run/user/1000/keyring/ssh
, but seems the pod runs without no error.I also try to set agent forwarding to false in the default context
But no luck for me.
What did you expect to happen instead?
How can we reproduce the bug? (as minimally and precisely as possible)
My
devcontainer.json
:Just use the example project
Local Environment:
DevPod Provider:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: