Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 c9.io 网站运行良好,但我的 heroku 网站给出“我们很抱歉,但出了点问题”。点击几下后。有没有办法将我的整个网站推送到 heroku 而不仅仅是更改?我希望这可能会在heroku方面解决它。谢谢,乔恩
在终端中运行这些命令。
git remote -v git remote rm destination
删除 Heroku 后,再次添加。
heroku create git push heroku master heroku run rake db:migrate