Heroku push failing, perhaps timeout from rubygems

前端 未结 3 1279
谎友^
谎友^ 2021-01-16 00:09

I\'m trying to push to heroku using

git push heroku master

It gets stuck when trying to access rubygems:

    -> Heroku r         


        
相关标签:
3条回答
  • 2021-01-16 00:48

    Solved.

    Problems was with active admin and meta_search see https://github.com/gregbell/active_admin/issues/182

    That was a waste of a few days.. heroku support helped me figure that out

    0 讨论(0)
  • 2021-01-16 00:49

    remove the faker gem from gem file then try, it may work...

    0 讨论(0)
  • 2021-01-16 01:00

    Is it still occuring now? It would seem that the problem isn't yours to fix but Heroku's.

    Did you check https://status.heroku.com/ when the problem was occuring? There was a problem with Heroku tools yesterday which may explain the problem.

    0 讨论(0)
提交回复
热议问题