Heroku pg:psql stalls out

痴心易碎 提交于 2020-01-14 03:01:07

问题


When i run heroku pg:psql i get --> Connecting to postgresql-cylindrical-38664 and stalls out. Everything is looking good to go, it just gets stuck and doesn't do anything.


回答1:


I seem to have the same issue in gitbash but when using command prompt, it seems to work.

In command prompt, this works: heroku pg:psql --app={appnameinheroku}.

You can see the apps you have to choose from by running heroku apps.




回答2:


On Windows when using GitBash or Command Prompt you may encounter this issue.

The fix that works only in Command Prompt is: heroku pg:psql --app herokuappname



来源:https://stackoverflow.com/questions/49376259/heroku-pgpsql-stalls-out

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!