这两天在看《Rails 程序部署之道》这本书,在“5 分钟架设服务器”这一节安装步骤来做,在 cook 这一步:
bundle exec knife solo cook [email protected]
运行到这里:
Generating solo config... Running Chef... ERROR: Network Error: Connection refused - connect(2) for "x.x.x.x" port 22 Check your knife configuration and network settings
就出错了。然后用 root 来 ssh 登录也不行了,要过几分钟才可以。
这到底是什么情况?