代码之家  ›  专栏  ›  技术社区  ›  eilalan

谷歌云引擎上的代码服务器(Visual Studio代码)-ERR_CONNECION_REFUSED

  •  0
  • eilalan  · 技术社区  · 4 年前

    我想设置一个安装了VSCode的谷歌云引擎机器。 我遵循了这个安装: https://fireship.io/lessons/vscode-cloud-coder-tensorflow/ 1.ubuntu 20 LTS 2.wget https://github.com/codercom/code-server/releases/download/ {version}/代码服务器-{version}-linux-x64.tar.gz 3.tar-xvzf代码服务器-{version}-linux-x64.tar.gz 4.cd码服务器-{version}-linux-x64 5.sudo/代码服务器-p 80

    输出为: server-code call

    防火墙规则如下: Firewall rules

    当我浏览到 http://EXTERNAL_IP:80 ERR_CONNECTION_REFUSED

    要确保端口在服务器端是开放且可访问的,还缺少什么?

    谢谢, 伊拉兰

    0 回复  |  直到 4 年前
        1
  •  3
  •   jellene    3 年前

    我终于找到了自己的方法。根据这里的答案: Error > Could not connect to Cloud Shell on port 8080 > While connecting the Visual Code using code-server

    您需要在下面运行代码服务器 --host 0.0.0.0

    $ PASSWORD=password PORT=8443 code-server --host 0.0.0.0