VSCode remote-ssh 连接远端服务器失败

系统

Mac os Intel处理器

描述

该问题在上午时还没有,下午突然毫无征兆的发生,当时没有更新vscode,没有更新插件。

分析

网上对于该问题的答案多是说磁盘空间不够vscode不能下载相应插件,我所遇到的并不是这种情况。报的错误多是bash的脚本错误,感觉是bash环境没有配置好,重装vscode没有办 法清除掉所有的配置遗留,关于插件的配置文件存放位置没有再继续深究

bash报错记录

bash: syntax error near unexpected token `then'

bash: syntax error near unexpected token `else'

bash: syntax error near unexpected token `fi'

bash: syntax error near unexpected token `}'

bash: syntax error near unexpected token `('

vscode报错内容

The remote host may not meet VS Code Server's prerequisites for glibc and libstd

解决方案

Command+Shift+p 调出 Command Palette 搜索 Remote-SSH: Settings

找到 Remote.SSH: Use Local Server 禁用该项

重新连接远端服务器,会提示选择目标系统(Linux, Mac, Windows)之后就正常了

参考链接

Unable to connect to Arch Linux (5.16.9-arch1-1) remote host without bash as default shell · Issue #6341 · microsoft/vscode-remote-release · GitHub 其中**ihciah**的发言中提到了该方法

其它

关于该问题主要有三个方向

1.磁盘空间 https://www.cnblogs.com/fireinstone/p/16059207.html

2.使用的是/bin/sh不是/bin/bash

​​​​​​ https://github.com/microsoft/vscode-remote-release/issues/5111#issuecomment-858493199

https://github.com/microsoft/vscode-remote-release/issues/6341

3.配置错误 参看该文章

相关推荐
谱写秋天4 小时前
Qt 5.5 的安装与配置(使用 VSCode编辑)
开发语言·vscode·qt
骑着毛驴数星星16 小时前
CANDB++中的CAN_DBC快速编辑方法,使用文本编辑器(如notepad++和VScode)
vscode·can
weixin_307779131 天前
VS Code配置MinGW64编译Ipopt库
开发语言·c++·vscode·算法
weixin_307779131 天前
VS Code配置MinGW64编译backward库
开发语言·c++·vscode·算法
QL.ql2 天前
vscode的ws环境,esp32s3连接wifi
ide·vscode·编辑器
Hyvial2 天前
VsCode 使用指南(配置 + 美化)
vscode
十秒耿直拆包选手2 天前
IDE:vscode的vue3模板
javascript·ide·vscode
QL.ql3 天前
vscode的wsl环境,ESP32驱动0.96寸oled屏幕
ide·vscode·编辑器
羊子雄起3 天前
GitHub宕机时的协作方案
运维·vscode·github·visual studio
霸气十足+拼命+追梦少年3 天前
vscode远程服务器出现一直卡在正在打开远程和连接超时解决办法
服务器·ide·vscode