Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 twilio api 集成到我正在编写的应用程序中。我按照指南中的每一步操作,下载了二进制文件并将其放入我的项目文件夹中。
我按照教程使用 sinatra 测试 ngrok 我测试了应用程序并在端口 4567 中显示了正确的 xml 文件,下一步正在运行./ngrok 4567,但它显示了这个错误ERROR: Unrecognized command: 8000。
./ngrok 4567
ERROR: Unrecognized command: 8000
有谁知道会是什么?
也许你错过http了 ngrok 命令的一部分?
http
./ngrok http 4567
来源:https ://ngrok.com/docs#expose