VScode:Install terminal quit with output: 过程试图写入的管道不存在Failed to parse remote port from server output
·

vscode远程连接服务器时出现以下报错:
[19:11:51.404] "install" terminal command done
[19:11:51.405] Install terminal quit with output: 过程试图写入的管道不存在。
[19:11:51.405] Received install output: 过程试图写入的管道不存在。
[19:11:51.405] Failed to parse remote port from server output
[19:11:51.406] Resolver error: Error:
原因是卸载之后重新安装vscode出现的如上报错
解决方法:
应该是本地记录服务器信息和现有的产生了冲突
把有冲突的本地记录删掉就好了:
删除C:\Users\你的用户名\.ssh\known_hosts(或者把.ssh文件夹里的东西全删了)
然后重连,问题解决
更多推荐
所有评论(0)