Windows10使用VS Code remote-ssh报错:Could not establish connection to “your_server_ip_address”. The process tried to write to a nonexistent pipe.

如果发生这个错误,仔细观察vscode的输出,如果能看到如下这句话:

Bad owner or permissions on C:\Users\user_name/.ssh/config

那就说明是权限问题。只需要一步即可解决这个问题,即打开Remote - SSH的设置:
Windows10使用VS code remote报错:Could not establish connection to "your_server_ip_address"
然后在设置页面的这一栏中将上面那个路径输入即可!
Windows10使用VS code remote报错:Could not establish connection to "your_server_ip_address"

相关文章:

  • 2021-05-22
  • 2021-11-28
  • 2021-08-31
  • 2021-08-03
猜你喜欢
  • 2021-07-19
  • 2021-10-09
  • 2021-09-02
  • 2021-05-06
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
相关资源
相似解决方案