问题详细如图:

laravel 框架下的问题总结(十)-----heroku buildpacks:set heroku/php › 报错Error: Couldn't find that app.

解决方法如下:

使用 git remote get-url heroku 可以查看当前的 url 和生成的是否一致。
生成的 url 如果没有记住,可以在 heroku 网站查看,在项目里 setting 中 Info -> Heroku Git URL

laravel 框架下的问题总结(十)-----heroku buildpacks:set heroku/php › 报错Error: Couldn't find that app.

修改为自己的 heroku 地址即可:
git remote set-url heroku https://git.heroku.com/xxx.git

 

 

 

相关文章:

  • 2021-10-01
  • 2021-08-12
  • 2022-12-23
  • 2021-12-14
  • 2021-09-08
  • 2021-12-24
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2021-11-17
  • 2021-06-17
  • 2021-06-19
  • 2021-06-18
  • 2022-03-01
相关资源
相似解决方案