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.
我正在尝试在 cloud9 ide 上启动 ruby 服务器。但是我在屏幕截图中遇到了这个错误。我正在使用这个命令
导轨服务器 -b $IP -p $Port
但是在使用这个之后我遇到了这个错误看看
关联
试试这个-
rails server -b $IP -p $PORT
我认为您的 $Port 变量有问题。您可以在不使用变量的情况下尝试使用硬编码的端口号吗?如果它可以工作,在这种情况下 $Port 变量没有被正确设置。