Hi, I''d like to create my first ROR application on Heroku but I can''t deal with one step in this tutorial: http://devcenter.heroku.com/articles/quickstart I''ve spent all my day for this and I have no idea what is wrong... I cannot deal with last one in 3th part -> Create your Heroku application What I did: I''ve installed eveything what I need 1. switch to the ROOT and go to project directory: /home/alex/Dokumenty/work/depot/ git init git commit -m "new app" 1st step DONE 2. http://help.github.com/linux-set-up-git/ - I use this tutorial $ ssh-keygen -t rsa -C "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" passphrases --> empty I''ve copied id_rsa.pub into SSH Public Keys in GITHUBE site $ ssh -T git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org git config --global user.name "girly girl" git config --global user.email "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" git config --global github.user girlygirl git config --global github.token my_token 2nd step DONE 3. I go to the /home/alex/Dokumenty/work/depot/ and write command : heroku create --> with result: Enter your Heroku credentials. Email: a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Password: Creating electric-fog-9780... done, stack is bamboo-mri-1.9.2 http://electric-fog-9780.heroku.com/ | git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:electric-fog-9780.git Git remote heroku added Nextly: git remote show heroku with result: The authenticity of host ''heroku.com (50.19.85.132)'' can''t be established. RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ''heroku.com,50.19.85.132'' (RSA) to the list of known hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly Any ideas? Pls help me! Thx in advance -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
There''s a file inside that folder.. try this I helped me few days ago http://stackoverflow.com/questions/4269922/permission-denied-publickey-when-deploying-heroku-code-fatal-the-remote-end On Sun, Oct 30, 2011 at 1:03 PM, Girly Girl <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi, > I''d like to create my first ROR application on Heroku but I can''t deal > with one step in this tutorial: > http://devcenter.heroku.com/articles/quickstart > I''ve spent all my day for this and I have no idea what is wrong... > > I cannot deal with last one in 3th part -> Create your Heroku > application > > What I did: > > I''ve installed eveything what I need > > 1. > switch to the ROOT and go to project directory: > /home/alex/Dokumenty/work/depot/ > git init > git commit -m "new app" > 1st step DONE > > > 2. > http://help.github.com/linux-set-up-git/ - I use this > tutorial > $ ssh-keygen -t rsa -C "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" > passphrases --> empty > I''ve copied id_rsa.pub into SSH Public Keys in GITHUBE site > $ ssh -T git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org > git config --global user.name "girly girl" > git config --global user.email "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" > git config --global github.user girlygirl > git config --global github.token my_token > 2nd step DONE > > > 3. > I go to the /home/alex/Dokumenty/work/depot/ and write command : > > heroku create --> with result: > Enter your Heroku credentials. > Email: a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > Password: > Creating electric-fog-9780... done, stack is bamboo-mri-1.9.2 > http://electric-fog-9780.heroku.com/ | > git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:electric-fog-9780.git > Git remote heroku added > > Nextly: > git remote show heroku with result: > > The authenticity of host ''heroku.com (50.19.85.132)'' can''t be > established. > RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added ''heroku.com,50.19.85.132'' (RSA) to the list > of known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > > Any ideas? Pls help me! > > Thx in advance > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Ok, I did it and I finished this tutorial but when I run command heroku open I see comment: Application Error An error occurred in the application and your page could not be served. Please try again in a few moments. If you are the application owner, check your logs for details. http://eerie-meadow-9207.heroku.com/ What now ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Javier Quarite
2011-Oct-31 12:06 UTC
Re: Re: Fatal error: The remote end hung up unexpectedly
It''s because you may have been doing "heroku create" a lot of times theres a folder .git and inside theres a file config be sure that its your application name I supose you''ve followed this tutorial http://devcenter.heroku.com/articles/rails3 I had that same problem ... but I can''t remember where I found information, just try google and stackoverflow On Mon, Oct 31, 2011 at 5:34 AM, Girly Girl <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Ok, I did it and I finished this tutorial but when I run command > > heroku open > > I see comment: > > Application Error > > An error occurred in the application and your page could not be > served. Please try again in a few moments. > > If you are the application owner, check your logs for details. > > http://eerie-meadow-9207.heroku.com/ > > What now ? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''ve followed this tutorial: http://devcenter.heroku.com/articles/quickstart file config in .git looks ok: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "heroku"] url = git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:eerie-meadow-9207.git fetch = +refs/heads/*:refs/remotes/heroku/* And you''re right, I use command create many times... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Javier Quarite
2011-Oct-31 14:44 UTC
Re: Re: Fatal error: The remote end hung up unexpectedly
Well then I''m not sure where the file is because in that file mentioned a name of another heroku app, that''s why I couldn''t upload it then I changed that and it worked On Mon, Oct 31, 2011 at 7:37 AM, Girly Girl <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I''ve followed this tutorial: > http://devcenter.heroku.com/articles/quickstart > > file config in .git looks ok: > > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "heroku"] > url = git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:eerie-meadow-9207.git > fetch = +refs/heads/*:refs/remotes/heroku/* > > > And you''re right, I use command create many times... > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.