简体   繁体   中英

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

I am trying deploy my rails application on heroku. I used the command

heroku run rake db:migrate

and I am getting the following error

Running rake db:migrate attached to terminal... up, run.2846 !
Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: https://github.com/heroku/heroku/issues/new

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

I tried the same command yesterday it worked perfectly.

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

heroku run:detached rake db:migrate

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM