大无语
我在用vscode的时候,一不小心点到了更新,然后我的vscode就连不上服务器了。后来查资料发现

刚开始,除了如下错误(因为窗口关了错误找不到了,借用一下别人的)

[08:48:13.513] Server installation process already in progress - waiting and retrying
[08:48:14.517] Running script with connection command: ssh -T -D 58042 "192.168.31.235" bash
[08:48:14.518] Terminal shell path: C:\Windows\System32\cmd.exe
[08:48:14.900] > ]0;C:\Windows\System32\cmd.exe
[08:48:14.900] Got some output, clearing connection timeout
[08:48:14.933] "install" terminal command done
[08:48:14.933] Install terminal quit with output:
[08:48:15.404] > 741b6048ee5c: running
[08:48:15.469] > Acquiring lock on /home/zhangyasheng/.vscode-server/bin/c3f126316369cd610563c75b
> 1b1725e0679adfb3/vscode-remote-lock.zhangyasheng.c3f126316369cd610563c75b1b1725e
> 0679adfb3
[08:48:15.478] > Installation already in progress...
> If you continue to see this message, you can try toggling the remote.SSH.useFloc
> k setting
> 741b6048ee5c: start
> exitCode==24==
> listeningOn====
> osReleaseId==ubuntu==
> arch==x86_64==
> tmpDir==/run/user/1017==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> extInstallTime====
> serverStartTime====
> 741b6048ee5c: end
[08:48:15.478] Received install output:
exitCode==24==
listeningOn====
osReleaseId==ubuntu==
arch==x86_64==
tmpDir==/run/user/1017==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime====[08:48:15.478] Server installation process already in progress - waiting and retrying
[08:48:16.481] Running script with connection command: ssh -T -D 58042 "192.168.31.235" bash
[08:48:16.482] Terminal shell path: C:\Windows\System32\cmd.exe
[08:48:16.862] > ]0;C:\Windows\System32\cmd.exe
[08:48:16.863] Got some output, clearing connection timeout
[08:48:16.899] "install" terminal command done
[08:48:16.900] Install terminal quit with output:
[08:48:17.397] > 741b6048ee5c: running
[08:48:17.459] > Acquiring lock on /home/zhangyasheng/.vscode-server/bin/c3f126316369cd610563c75b
> 1b1725e0679adfb3/vscode-remote-lock.zhangyasheng.c3f126316369cd610563c75b1b1725e
> 0679adfb3
[08:48:17.467] > Installation already in progress...
> If you continue to see this message, you can try toggling the remote.SSH.useFloc
> k setting
> 741b6048ee5c: start
> exitCode==24==
> listeningOn====
> osReleaseId==ubuntu==
> arch==x86_64==
> tmpDir==/run/user/1017==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> extInstallTime====
> serverStartTime====
> 741b6048ee5c: end
[08:48:17.468] Received install output:
exitCode==24==
listeningOn====
osReleaseId==ubuntu==
arch==x86_64==
tmpDir==/run/user/1017==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime====

注意里边有一句Acquiring lock on

2.删除windows下,C:\Users\你的用户名.ssh\known_hosts(

https://blog.csdn.net/myWorld001/article/details/119443079
Debug | VSCode | 过程试图写入的管道不存在 https://blog.csdn.net/weixin_43360896/article/details/116333782

vscode误更新后,无法连接服务器,报“Acquiring lock on/home/~”和“过程试图写入的管道不存在”错误相关推荐

  1. VScode连接Linux出现:Host key verification failed.过程试图写入的管道不存在。

    使用Visual Studio Code 通过 remote SSH 插件连接Centos7时出现Host key verification failed.过程试图写入的管道不存在. 原因:之前使用过 ...

  2. VScode远程连接服务器-解决“过程试图写入的管道不存在“报错

    最开始是打算使用pycharm连接服务器的, 但是只有Pro版支持远程连接功能, 我的是Community版本, 重新安装太麻烦了, 遂改用VScode. 首先按照这个过程尝试使用VScode远程连接 ...

  3. vscode ssh连接服务器报错:过程试图写入的管道不存在

    首先说明下:shh在VSCode报错的过程中,终端是会有提示的 解决问题的 学会看终端命令的: 我的报错是这个提示:kex_exchange_identification: read: Connect ...

  4. VS Code使用ssh远程连接服务器报错:过程试图写入的管道不存在

    VS Code使用ssh远程连接服务器报错:过程试图写入的管道不存在 1. ssh.exe来源:由openssh改为git 普通的win10系统中一般使用的是原始的OpenSSH中的ssh,在最初遇到 ...

  5. VScode远程连接服务器-过程试图写入的管道不存在-could not establist connection to【已解决】

    问题描述 使用服务器的过程中突然与服务器断连,报错如下:could not establist connection to [20:23:39.487] > ssh: connect to ho ...

  6. vscode配置远程连接失败:过程试图写入的管道不存在(已解决)

    最近一直使用腾讯云的服务器作为远程开发环境,以前一直很好用.直到最近重装了系统之后,发现vscode没法对云服务器进行连接了,即使在远程主机添加了本地的公钥也不行.而通过mobaxterm使用云服务器 ...

  7. vscode远程连接提示过程试图写入的管道不存在

    vscode报如下错误 [14:18:57.722] Got some output, clearing connection timeout [14:18:57.751] > 过程试图写入的管 ...

  8. VScode报错 过程试图写入的管道不存在。

    Solution: 问题一:Install terminal quit with output: 过程试图写入的管道不存在 解决办法:应该是密匙问题,将原本的密匙删除并重新加载即可. 具体操作:将安装 ...

  9. VSCode RemoteSSH 过程试图写入的管道不存在问题 解决

    baron@172.168.x.x: Permission denied (publickey,password).过程试图写入的管道不存在问题解决 然后我依次做了以下行为,当然初最后一项都是没有用的 ...

  10. 【Vscode - Bug】-- 过程试图写入的管道不存在

    文章目录 问题截图 问题分析 解决办法: 问题截图 问题描述: 在使用Vscode连接虚拟机的时候出现了连接不上的问题,主要报错是:过程试图写入的管道不存在! 问题分析 碰到这个问题,我根据网上博文的 ...

最新文章

  1. vue下实现textarea类似密码框的功能之探索input输入框keyup,keydown,input事件的触发顺序...
  2. PLSQL基础语法二-流程控制,循环
  3. Android之webView入门
  4. 标准 I/O (带缓冲)
  5. (原)离开,只为更好的活着
  6. WTM框架使用技巧之:CI/DI(持续集成/持续部署)
  7. java 移动页面中的图片上传_移动端上传图片(ajax跨域请求)
  8. [再寄小读者之数学篇](2014-05-25 非线性递归数列的敛散性)
  9. 来FAL学风控|风控策略分析师的日常是怎样的?(案例+代码详解篇)
  10. python文件操作的方法_python文件操作的方法介绍
  11. iPhone开发知识和项目
  12. 深入浅出 NXLog (二)
  13. 【札记】二 先天八卦与后天八卦
  14. 利用pytorch实现多分类器
  15. mysql数据库数据类型_MySQL-数据类型
  16. c4d打开没反应_PS、AI、PR、AE、C4D零基础自学经验分享
  17. VC++钩子使用之全局键盘钩子
  18. Adb 查询手机信息
  19. QML+cmake 下取消打印 QML debugging is enabled.Only use this in a safe environment.
  20. 浅谈关于quill在vue中的使用

热门文章

  1. 机器视觉打光方式相关问题汇总
  2. 随机生成15个小写字母c语言,c语言,编程随机生成40个小写字母并赋值给一个字符数组...
  3. 2018-03-08,模板消息推送,全代码,多多指教
  4. 「字节码插桩」统计方法耗时(第一篇:初出茅庐)- 第311篇
  5. 综合架构——网站服务
  6. 持久层框架常用关键字 NE GE LE GT LT EQ 等等
  7. 项目生命周期和产品生命周期的不同
  8. vue项目如何集成金格WebOffice2015
  9. 悲催:一个80后程序员的爱情故事【视频】-但愿我不是那个陈旭阳!55...
  10. 多测师_swipe 滑动操作