我通过运行这个命令npm install -g localtunnel全局安装了本地隧道。
在那之后,当我运行lt --port 8080时,什么也没有发生。有人知道为什么吗?
发布于 2020-03-11 00:30:20
这些天来,作者似乎没有太多地维护本地隧道,但是有一个关于github问题的有用的comment来处理这个问题。在编写本文时,您可以使用以下命令生成本地隧道
lt -h "http://serverless.social" -p 8080发布于 2019-12-29 00:07:33
试一试
lt -p 8080 -h http://localtunnel.me在您得到的URL中,将"https“替换为"http”。也许不是用Google Chrome打开它,而是用Safari打开它,但Google Chrome也可以。
有关更多信息,请参阅:https://github.com/localtunnel/localtunnel/issues/332
发布于 2020-02-17 21:12:59
似乎本地隧道当前已关闭。单击here转到github问题页面以获取更多信息和更新
https://stackoverflow.com/questions/59454648
复制相似问题