1

我在尝试部署到 Heroku 的 ruby​​ Web 应用程序时遇到问题。每当我使用这个命令时:

git push heroku master

我收到一条错误消息,上面写着:

could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?

我找到了一个解决方案,那就是使用这个命令:

heroku labs:enable user-env-compile

但是,每当我使用该命令时,都会收到以下错误消息:

/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in 'require' :
no such file to load -- netric (LoadError)

为什么heroku labs:enable user-env-compile命令找不到文件?

编辑:我在 webapp 的根目录中运行这个命令。

4

0 回答 0