Can't push to the heroku

后端 未结 9 763
猫巷女王i
猫巷女王i 2020-12-13 02:02

I was pushing the current git repository into the heroku. That online application was developed using Scala and IntelliJ. And I don\'t know how to fix this error.

         


        
9条回答
  •  -上瘾入骨i
    2020-12-13 02:23

    Specify the buildpack while creating the app.

    heroku create appname --buildpack heroku/python
    

提交回复
热议问题