Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh Remote connections do not support single quotes #20073

Open
jianboy opened this issue Jul 31, 2024 · 8 comments
Open

ssh Remote connections do not support single quotes #20073

jianboy opened this issue Jul 31, 2024 · 8 comments
Labels
team: team-experience type: bug Something isn't working

Comments

@jianboy
Copy link

jianboy commented Jul 31, 2024

Bug description

first, ssh client did not support single quotes:

this is error, can not find host:
image

this is ok:
image

but website show this command:
image

second, I can not connect remote gitpod container with vscode. the error is:
image

error log:

image

2024-07-31 18:18:19.082 [error] Local SSH: failed to connect to beige-impala-hjioru2d Gitpod workspace: Failed to call public API: [internal] Protocol error
2024-07-31 18:18:19.211 [error] Failed to connect to beige-impala-hjioru2d Gitpod workspace: Failed to call public API: [internal] Protocol error

Steps to reproduce

just open a gitpod project.

Workspace affected

No response

Expected behavior

No response

Example repository

No response

Anything else?

No response

@jianboy jianboy added the type: bug Something isn't working label Jul 31, 2024
@jianboy
Copy link
Author

jianboy commented Jul 31, 2024

I think the error is caused by ssh not supporting single quotes, so replace single quotes to double quotes in gitpod plugins.

@axonasif
Copy link
Member

What's the output of ssh -V?

@jianboy
Copy link
Author

jianboy commented Aug 1, 2024

What's the output of ssh -V?

OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2

image

@axonasif
Copy link
Member

axonasif commented Aug 1, 2024

I'm not sure why this is happening, can you try updating it? Was OpenSSH installed by default?

@jianboy
Copy link
Author

jianboy commented Aug 2, 2024

I didn't know how to update it(OpenSSH). this is a little problem.

the real problem is that I can not refresh repo list in vscode with gitpod plugin.

Video_2024-08-02_231606.mp4

@jianboy
Copy link
Author

jianboy commented Aug 3, 2024

I think the problem is that the gitpod extension does not support single quotes. remove quotes, or replace double quotes.

@axonasif
Copy link
Member

axonasif commented Aug 6, 2024

the real problem is that I can not refresh repo list in vscode with gitpod plugin.

Can you follow this?

https://www.gitpod.io/docs/help/troubleshooting#gitpod-logs-in-vs-code-browser-and-desktop

@jianboy
Copy link
Author

jianboy commented Aug 6, 2024

I found the problem. It was caused by my other plugins that could not display the list. I disabled all the plugins. the gitpod works well.

These are actually two problems. The lack of support for single quotes does exist. The plug-in cannot be used because of other plug-ins, which I have uninstalled.

vscode-desktop-logs-20240806T145244.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: team-experience type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants