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.配置错误 参看该文章

相关推荐
会发光的猪。7 小时前
如何在vscode中安装git详细新手教程
前端·ide·git·vscode
lucky九年8 小时前
vscode翻译插件
ide·vscode·编辑器
真·Wild·攻城狮9 小时前
【码农日常】Vscode Clangd初始化失败(Win10)
ide·vscode·编辑器
小堇不是码农9 小时前
在VScode中配置C_C++环境
c语言·c++·vscode
七灵微9 小时前
【测试】【Debug】vscode中同一个测试用例出现重复
ide·vscode·编辑器
哇咔咔哇咔1 天前
使用Markdown编写适用于GitHub的README.md文件的目录结构
vscode·markdown
羊小猪~~1 天前
神经网络基础--什么是神经网络?? 常用激活函数是什么???
人工智能·vscode·深度学习·神经网络·机器学习
Eiceblue1 天前
Python 在PDF中绘制形状(线条、矩形、椭圆形等)
vscode·python·pycharm·pdf
tekin2 天前
vscode php Launch built-in server and debug, PHP内置服务xdebug调试,自定义启动参数配置使用示例
ide·vscode·php·launch.json·runtimeargs·php内置服务自定义参数