Heroku-18: Git push fails. Showing different versions of Ruby on push

前端 未结 3 1351
南方客
南方客 2021-01-25 07:10

My apologies if this is a dumb question. I am not familiar with anything about Ruby. Also tried several solutions from SO. Managed to upgrade Ruby, resolve dependencies. Now jus

3条回答
  •  礼貌的吻别
    2021-01-25 07:48

    you have two apps in your remote that is currently referenced by your git.
    just specify the app name in your push command.

    git push ... --app appname-heroku18
    

提交回复
热议问题