gpt4 book ai didi

visual-studio-code - vscode 无法 ssh 连接 "The process tried to write to a nonexistent pipe"

转载 作者:行者123 更新时间:2023-12-04 12:57:07 32 4
gpt4 key购买 nike

当我运行以下命令时,我可以使用 ubuntu 子系统在我的 Windows 10 计算机上进行 ssh:

/mnt/c/Users/marti/Downloads$ sudo ssh -i credfile.pem ec2-user@3.333.33.333
我有一个文件位于 /mnt/c/Users/marti/Downloads/credfile.pem我试图让 VSCode 的 ssh 扩展工作,但它一直失败并出现错误“进程试图写入不存在的管道”
在我的 vscode 设置中,它指向我的 ssh 配置文件:
enter image description here
为了连接,我点击我的 vscode 窗口的绿色左下角并选择第一个选项“remote-ssh 将当前窗口连接到主机”
enter image description here
我粘贴我的命令,按回车键,它提示我选择 mac/win/linux,然后我选择 linux。
enter image description here
但是它只会导致一个错误,说它试图写入一个不存在的管道?
[20:50:27.876] "install" terminal command done
[20:50:27.877] Install terminal quit with output: The process tried to write to a nonexistent pipe.
[20:50:27.877] Received install output: The process tried to write to a nonexistent pipe.
[20:50:27.883] Resolver error: Error: The process tried to write to a nonexistent pipe
为了让我的 vscode ssh 连接正常工作,我还需要设置或更改其他内容吗?

最佳答案

您应该在 .ssh/config 中编写相同的命令,而不是粘贴您的命令。文件。
加入其中:

Host ec2
Hostname 3.333.33.333
User ec2-user
IdentityFile C:\path\to\credfile.pem
然后您将能够选择条目“ ec2” ' 选择 ' remote-ssh connect current window to host 后'

关于visual-studio-code - vscode 无法 ssh 连接 "The process tried to write to a nonexistent pipe",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65193292/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com