简体   繁体   English

“ heroku run rake db:migrate”命令返回ETIMEDOUT错误消息

[英]“heroku run rake db:migrate” command returns ETIMEDOUT error message

Any ideas why I might be getting the below error message? 为什么我可能会收到以下错误消息的任何想法?

$ git push heroku master                                                                                                                            
Everything up-to-date                                                                                                                               
$ heroku run rake db:migrate                                                                                                                        
Running rake db:migrate on ⬢ agile-retreat-87004... !                                                                                               
▸    ETIMEDOUT: connect ETIMEDOUT 50.19.103.36:5000

Try to run in the background. 尝试在后台运行。 Example: 例:

heroku run:detached rake --app app-name db:migrate

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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