0
我是Ruby/Rails應用程序開發的新手。我已經喜歡Ruby/Rails,因爲它很容易學習。我已經構建了一個Rails應用程序,並嘗試在Heroku上進行部署。 當我輸入:爲什麼在heroku上部署我的rails應用程序不起作用?
heroku create
Creating app... done, stack is cedar-14
https://aqueous-plateau-17182.herokuapp.com/ | https://git.heroku.com/aqueous-plateau-17182.git
我沒有以下消息:
Git remote heroku added
我覺得這是我的遙遠的一個問題:
git remote -v
heroku [email protected]:pracede/hubapp.git (fetch)
heroku [email protected]:pracede/hubapp.git (push)
origin [email protected]:pracede/hubapp.git (fetch)
origin [email protected]:pracede/hubapp.git (push)
git config --list | grep heroku
[email protected]:pracede/hubapp.git
remote.heroku.fetch=+refs/heads/*:refs/remotes/heroku/*
1.有遙控但是heroku是指bitbucket。這是對的嗎 ? 如果不正確,請問該怎麼辦?
我無法部署。我有以下消息:
混帳推Heroku的主 了一切最新
我的Rails應用程序是不是還活着。有人可以解釋我嗎?
感謝