从网站上更名为heroku应用程序,现在找不到了
从heroku网站重命名我的heroku应用程序后,每当我在终端中cd到其目录并运行任何heroku命令时,我都会得到找不到应用程序
。有人知道解决这个问题的方法吗?
After renaming my heroku app from the heroku website, whenever I cd to its directory in a terminal and run any heroku command, I get App not found
. Does anybody know of a way to remedy this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
尝试更新应用程序的 git 远程:
Try to update the git remote for the app:
James Ward 的答案也是正确的,或者尝试这样做:
1)。打开终端
2)。转到 your_app_directory/.git/config
3)。打开配置文件后,请进行如下编辑:
更改
为
显然将应用程序的旧名称替换为其新名称。希望有帮助
另请查看此链接从 cli - heroku 重命名
The Answer by James Ward is also correct, alternatively try doing this:
1). open a terminal
2). Go to your_app_directory/.git/config
3). Once you open the config file then edit as follows:
Change
to
Obviously substituting your apps old name to its new name. Hope it helps
Also checkout this link renaming from cli - heroku
来自 Heroku 文档...
From the Heroku docs...
还有另一种方法,您可以通过网络将应用程序重命名为原始名称来修复它。
要找出旧名称,请使用 heroku 命令行:
它将吐出旧名称。使用旧名称通过网络重命名应用程序。您可以通过运行检查重命名是否成功
一旦完成,您可以使用以下命令重命名为首选名称
There is another way, you can fix it by renaming the app to the original name via web.
To find out the old name use heroku command line:
which will spit out the old name. Use the old name to rename the app via web. You can check if renaming success by running
Once done you can rename to the preferred name by using
詹姆斯·沃德的解决方案对我不起作用。我必须以不同的格式输入 git url:
James Ward's solution didn't work for me. I had to enter my git url in a different format: