如果在Heroku.com的网站上重命名app,不会自动同步到开发机的*.git文件中,需要手工重命名。

$ git remote rm heroku
$ heroku git:remote -a newname

newname是新的app名字。可以参考

https://devcenter.heroku.com/articles/renaming-apps

相关文章:

  • 2022-12-23
  • 2021-05-27
  • 2021-08-06
  • 2021-10-31
  • 2022-12-23
  • 2021-11-19
  • 2021-09-22
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2021-05-27
  • 2021-09-19
  • 2021-04-27
  • 2021-09-26
  • 2021-08-30
相关资源
相似解决方案