所以,git不知何故看到我所有应用程序的遥控器,但在被要求时未能使用它们:
❯ git remote -v
...
prod https://git.heroku.com/my-app.git (fetch)
prod https://git.heroku.com/my-app.git (push)
...
❯ heroku run rails c -r prod --verbose
▸ remote prod not found in git remotes
同时, - 应用程序正常
❯ heroku run rails c -a my-app
Running rails c on ⬢ my-app... ⣷ connecting, run.4544 (Standard-1X)
答案 0 :(得分:5)
所以,我不知道是什么打破了它,但重新运行git:远程修复它
heroku git:remote -r prod -a my-app-prod