开发者

Heroku rails help to push app

My git cons开发者_Go百科ole:

Home@PC /c/rails/konkurranceportalen (master)
$ git push heroku master
Enter passphrase for key '/c/Users/Home/.ssh/id_rsa':

 !  No such app as warm-spring-423

fatal: The remote end hung up unexpectedly

Home@PC /c/rails/konkurranceportalen (master)

I have created a app named "vinderhimlen" that I want to push my rails app to


you need to change your remote heroku (if you typed git remote -v youd still see warm-spring-423) try something like this:

git remote rm heroku
git remote add heroku git@heroku.com:vinderhimlen.git
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜