[18:01:33.072] Terminal shell path: C:\Windows\System32\cmd.exe [18:01:50.082] Resolver error: Error: Connecting with SSH timed out at m.Timeout (c:\Users\23375\.vscode\extensions\ms-vscode-remote.remote-ssh-0.113.1\out\extension.js:2:501356) at Timeout._onTimeout (c:\Users\23375...
尝试更改Remote - SSH扩展的设置,把remote.SSH.path改成Git的ssh(原先是Windows中的OpenSSH),无效; 尝试加入"remote.SSH.showLoginTerminal": true,无效; 尝试加入"remote.SSH.useLocalServer": true,无效。 分析与排查 将上面日志中的命令ssh -T -D 7733 localhost bash复制到PowerShell中运行,能正常连接; 把...
[11:41:28.817] Checking ssh with"ssh -V"[11:41:28.880] > OpenSSH_8.3p1, OpenSSL 1.1.1g 21 Apr 2020 [11:41:28.884] Running script with connectioncommand: ssh -T -D 65427 192.168.1.115 bash [11:41:28.891] Terminal shell path: C:\WINDOWS\System32\cmd.exe [11:41:29.046] > [11:...
at async c:\Users\kstranger\.vscode\extensions\ms-vscode-remote.remote-ssh-0.109.0\out\extension.js:2:847283 [11:13:43.581] --- 连接显示报错如下: The terminal process "C:\Windows\System32\cmd.exe /c (type "C:\Users\KSTRAN~1\AppData\Local\Temp\vscode-linux-multi-line-command-10.10....
[20:46:09.565]Checkingssh with"ssh -V"[20:46:09.625]>OpenSSH_for_Windows_7.7p1,LibreSSL2.6.5[20:46:09.628]Runningscript with connection command:ssh-T-D51303Tencentbash[20:46:09.630]Terminalshell path:C:\WINDOWS\System32\cmd.exe[20:46:09.776]>>...>�]0;C:\WINDOWS\System32\cmd....
[08:02:59.704] > OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 [08:02:59.706] Running script with connection command: ssh -T -D 55746 sl92 bash [08:02:59.708] Terminal shell path: C:\Windows\System32\cmd.exe [08:02:59.756] > ...
解决方法:把 remote-ssh 插件回退到 版本 v0.107.2023091115 ,这个版本比较稳定。点击下方下载: https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-remote/vsextensions/remote-ssh/0.107.2023091115/vspackage
[18:30:24.940] Checking ssh with "ssh -V" [18:30:24.979] > OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 [18:30:24.982] Running script with connection command: ssh -T -D 4632 trainer bash [18:30:24.985] Terminal shell path: C:\WINDOWS\System32\cmd.exe [18:30:25.038] > > > >...
Remote-SSH:通过ssh,连接远程服务器。(平平无奇) Remote-Containers:连接Docker容器。(非常惊艳) Remote-WSL:连接“Windows Subsystem for Linux”(就是在Win10中安装的Linux)。 今天我们着重介绍如何使用“Remote-Containers”,开始吧。 准备Docker环境 环境说明 ...
按照大概步骤:安装vscode→下载Remote Development插件(插件会下载其它所需的其它插件)→再进行vscode配置→最后要重启电脑。 vscode的配置如下: "remote.SSH.showLoginTerminal": true, "terminal.integrated.shell.windows": "D:\\Program Files\\Git\\bin\\bash.exe", ...