我正在尝试将我的不和谐机器人部署到Heroku,并且我已经成功地将我的Github帐户链接到Heroku。它可以成功地找到我要部署的存储库,但是当我尝试手动部署时,它会给出错误:
!HINT: This occurs when Heroku cannot detect the buildpack to use for this applicat
我在Bitbucket上有一个现有的Django应用程序,我可以。每当我想在我的应用程序文件夹中运行一些heroku命令时,我都会得到以下错误: !Run this command from an app folder or specify which app to use with --app <app name>
$ heroku logs目前的解决方法是指定应用程序名称: Herok