之前登录成功,但今天登录多次均提示Failed to install the VS Code Server
根据Log,显示server端已存在已存在vscode-server.tar.gz.

windows terminal 登录服务器查看该文件,路径:

手动解压文件
 tar -xvzf vscode-server-linux-x64.tar.gz --strip-components 1  
再次登录成功

reference:

Remote-SSH: Fail to install VS-Code Server · Issue #3858 · microsoft/vscode-remote-release · GitHub

VSCode远程开发 Resolver error: Error: Failed to install the VS Code Server相关推荐

  1. Ubuntu 上VS Code更新后 Remote-SSH 无法连接服务器:failed to install the vs code server!

    问题描述: 正常使用VS code SSH,退出VS code重新启动后,出现错误提示:Can't connect to the server, failed to install the vs co ...

  2. 环境搭建:如何配置 vscode 远程开发 + 免密登录

    如何配置 vscode 远程开发 + 免密登录 1.在 vscode 中安装 remote development 插件 点击: Extensions (vscode界面左侧),找到 Remote - ...

  3. 使用vue-cli3创建项目的时候出错,ERROR command failed: npm install --loglevel error --registry

    重点:方法三 命令: vue create vue-hello 错误提示: ERROR command failed: npm install --loglevel error --registry ...

  4. ubuntu vscode_17. ubuntu设为服务器+vscode远程开发

    1.ubuntu设为服务器 ubuntu主机安装ssh的服务器端 $ sudo apt-get install openssh-server 启动ssh-server $ /etc/init.d/ss ...

  5. ERROR command failed: npm install --loglevel error --legacy-peer-deps

    一.问题场景 MacBook Air 创建 vue 项目时报错:ERROR command failed: npm install --loglevel error --legacy-peer-dep ...

  6. Vscode——远程开发(Windows为主机,Ubuntu为服务器)

    Vscode--远程开发(Windows为主机,Ubuntu为服务器) 一.Ubuntu设定为服务器 二.查看服务器端的用户名和ip 三.主机Vscode操作 一.Ubuntu设定为服务器 1.安装s ...

  7. vscode远程开发基础教程

    使用vscode进行远程开发(基础教程) 一.vscode远程开发概述 二.使用SSH进行远程开发 1.安装远程开发插件 2.安装OpenSSH (1)Win10安装OpenSSH (2)linux安 ...

  8. android模拟器 报错:X Error of failed request: BadRequest (invalid request code or no such operation)

    最近在ubuntu12.04上学习python,python2.7 python3.2差别还是蛮大的,就想着学习较新的 升级后 结果出现 输入法不显示   update-manager 和  add- ...

  9. android模拟器 出错:X Error of failed request: BadRequest (invalid request code or no such operation)

    android模拟器 出错:X Error of failed request: BadRequest (invalid request code or no such operation) 最近在u ...

最新文章

  1. 皮一皮:大哥!二弟!三弟!
  2. 深入浅出mfc随笔——MFc程序的生死因果
  3. 解决centos6.5出现-bash: mysql: command not found的方法
  4. Android基于Docker容器的双系统多开实现和自动化部署
  5. 聊聊CTR预估算法DeepFM
  6. 第13章 程序的动态加载和执行(一,引导)
  7. 《Effective C#》读书笔记——条目14:尽量减少重复的初始化逻辑.NET资源管理
  8. java如何使用live2d_关于live2D的使用
  9. java lbp_OpenCV中基于LBP算法的人脸检测测试代码
  10. CentOS7.5中Moodle 3.7之PHP Cli(命令行)方式安装
  11. postSQL hash分表
  12. windows下查找mysql配置文件my.ini
  13. 英文写作第一反应词替换表
  14. windows粘贴不了
  15. 通过you-get下载视频,自动判断下载最优画质
  16. 华为linux依赖关系不满足,在深度Deepin系统中出现依赖关系不满足缺少libjpeg8的解决方法...
  17. SIGSEGV(SEGV_MAPERR)
  18. JS中(function(){xxx})(); 这种写法是什么意思?
  19. JAVA的奇门遁甲--lombok简单使用
  20. 阿里巴巴2020年校招开始啦

热门文章

  1. CSS3 3D旋转立方
  2. 双向可控硅漏电流 ?- 解决方法
  3. Windows的hosts文件所在位置
  4. 华为FreeBuds SE耳机有杂音异响的解决办法
  5. QTextEdit详解
  6. Blender插件天空地形山水自然环境生成器 TerrainScapes V2.0
  7. 计算机图形学2d作业,计算机图形学作业
  8. chrome无法打开无痕模式的解决方案
  9. 基于pytorch的胶囊网络minst图像分类实现
  10. Rust Web 全栈开发 - 1 构建TCP Server