与 ngrok 相关的错误

Error related to ngrok

我最近在 ubuntu 上安装了 ngrok 1.6 版。而 运行 命令 ngrok http 80

我收到以下错误。

You may only specify one port to tunnel to on the command line, got 2: [http 80]

请告诉我这个问题的解决方法。

在 ngrok 1.6 中没有要传递的额外参数 (http),ngrok 1.6 的正确调用是 ngrok 80。但是,我建议升级,ngrok 1.6 相当旧(例如,我是 运行 2.1.3)。

如果您遇到以下错误:-

You may only specify one port to tunnel to on the command line, got 2: [http 80]

你需要使用这个:- ./ngrok http 80 而不是 ngrok http 80

您需要使用相对路径,例如。

./ngrok http 80

而不是

ngrok http 80

但对我来说它表明了这一点:

./ngrok: file or directory doesn't exist

您需要从 https://ngrok.com/download 下载 zip 文件 解压缩它,你会得到一个名为 ngrok 的文件,在命令行中转到该目录,然后 运行 ./ngrok http 80