我最近在我的 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 http 80
代替
ngrok http 80
但对我来说它表明:
./ngrok: file or directory doesn't exist
在 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
您需要从https://ngrok.com/download下载zip文件 解压它,你会得到一个名为 ngrok 的文件,在命令行中转到该目录并运行
./ngrok http 80