Replies: 2 comments 4 replies
-
Hmm...I feel like @code-asher has helped someone with this in the past 🤔 Maybe he has some insight. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I suppose the UI is unable to ask for key's passphrase. I know VS Code
has some measures in place to make user/password authentication work but
I'm not sure it has anything to make the agent work.
Local VS Code doesn't have to worry about this because the pinentry
prompt will pop up normally but with the web something else needs to be
done.
Related:
#3189 (comment)
#695 (comment)
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm using code-server on my ChromeBook. So it is running inside a Debiant 10 buster container.
In the Debian, the code-server is launched as a service, when the container is started.
When i'm using the integrated Git feature in code-server, i am not able to pull / push my git project because i need to authenticate via ssh key. Here the error in the git output:
When i'm trying to use git via the integrated teminal, it is working well, after asking for my passphrase. And it is the same behavior as in my regular terminal.
Obviously the integrated terminal inherit my shell env, that's why it is working well. But the integrated Git interface is not able to grab the ssh configuration.
In my ~/.ssh/config, I've added:
My ssh-agent is launched as a service as well, and it is running:
And i have this file (not sure if it useful):
I'm really running out of ideas why I can't make it work. Some help will be really appreciated !
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions