当我使用 cloud9 的文档进行操作时https://docs.c9.io/running_a_rails_app.html
最后,我编写了代码rails s -p 3000 -b 0.0.0.0
然后错误显示:
/opt/rh/ruby193/root/usr/share/ruby/webrick/utils.rb:85:in `initialize': Permission denied - bind(2) (Errno::EACCES)
。。。。。。
Error: you may be using the wrong PORT & HOST for your server app
Cloud9 对于 rails,使用:'rails s -p $PORT -b $IP'
对于 Sinatra,使用:ruby app.rb -p $PORT -o $IP'
无论我尝试 ip 和端口,错误就是错误。