我在我的由 Vagrant 管理的 VM 上安装了 Mailcatcher gem ( http://mailcatcher.me/ )。在 Vagrantfile 中,我设置了转发端口:
config.vm.forward_port 1080, 1080
我 ssh 到客户机,在客户机上运行 Mailcatcher,但是当我在主机上转到:127.0.0.1:1080 时,我没有看到 Mailcather 界面。我得到的是:
No data received.Unable to load the webpage because the server sent no data ...
有任何想法吗?
提前致谢!
--解决方案---看这里的线程: https ://github.com/sj26/mailcatcher/issues/89