操作超时 – 连接(2)(Errno :: ETIMEDOUT)

我正在尝试在heroku上部署我的rails应用程序。 我用了这个命令

heroku运行rake db:migrate

我收到以下错误

运行rake db:migrate连接到终端…… up,run.2846!
Heroku客户端内部错误。 ! 在以下url搜索帮助: https : //help.heroku.com ! 或者在以下url报告错误: https : //github.com/heroku/heroku/issues/new

 Error: Operation timed out - connect(2) (Errno::ETIMEDOUT) 

昨天我尝试了相同的命令它完美地工作。

我在这里找到了答案: http : //www.orhancanceylan.com/heroku-run-command-operation-timed-out/您的Internet提供商阻止了端口:5000,但您仍然可以部署。

 heroku run:detached rake db:migrate