Hi please help me...>git push heroku masterWarning: Permanently added the RSA host key for IP address to the list of known hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly please tell why im getting this error... and how to correct it... I google about it but can find satisfactory ans... -Shyam -- 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.
please run ''heroku help'' and look add public into heroku run it please.. Thank you On Tue, Apr 20, 2010 at 7:57 PM, shyam mohan <shyammohankanojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Hi > please help me... > > >git push heroku master > Warning: Permanently added the RSA host key for IP address to the list of > known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > please tell why im getting this error... > and how to correct it... > I google about it but can find satisfactory ans... > > > -Shyam > > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- Senior Rails Developer Anton Effendi - Wu You Duan -- 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.
Hi anton effend thanks for reply... i tried this http://docs.heroku.com/keys please see this ...here I want to add public key ...................heroku keys:add radiant.pub Uploading ssh public key radiant.pub [root@fl2 heroku_radiant]# git push heroku master Permission denied (publickey). fatal: The remote end hung up unexpectedly when I use> heroku keys=== 2 keys for shyammohankanojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org ssh-rsa AAAAB3NzaC...0xx/eUzQ== shyam@fl2 ssh-rsa AAAAB3NzaC...n9AVq2uQ== root@fl2 there are keys ... but still I getting error ...plz tell why? -Shyam On Tue, Apr 20, 2010 at 9:35 PM, anton effendi <wuyouduan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> please run ''heroku help'' > > and look add public into heroku > > run it please.. > > Thank you > > On Tue, Apr 20, 2010 at 7:57 PM, shyam mohan <shyammohankanojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> Hi >> please help me... >> >> >git push heroku master >> Warning: Permanently added the RSA host key for IP address to the list of >> known hosts. >> Permission denied (publickey). >> fatal: The remote end hung up unexpectedly >> >> please tell why im getting this error... >> and how to correct it... >> I google about it but can find satisfactory ans... >> >> >> -Shyam >> >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > > > -- > > Senior Rails Developer > Anton Effendi - Wu You Duan > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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.
please read http://stackoverflow.com/questions/1824759/git-push-heroku-master-permission-denied-on-vista and follow all step On Sat, Apr 24, 2010 at 1:28 AM, shyam mohan <shyammohankanojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Hi anton effend > thanks for reply... > i tried this > http://docs.heroku.com/keys > > please see this ...here I want to add public key ...................heroku > keys:add radiant.pub > Uploading ssh public key radiant.pub > > [root@fl2 heroku_radiant]# git push heroku master > > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > when I use > > heroku keys > === 2 keys for shyammohankanojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > ssh-rsa AAAAB3NzaC...0xx/eUzQ== shyam@fl2 > ssh-rsa AAAAB3NzaC...n9AVq2uQ== root@fl2 > > there are keys ... but still I getting error ...plz tell why? > > > -Shyam > > > > > > On Tue, Apr 20, 2010 at 9:35 PM, anton effendi <wuyouduan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> please run ''heroku help'' >> >> and look add public into heroku >> >> run it please.. >> >> Thank you >> >> On Tue, Apr 20, 2010 at 7:57 PM, shyam mohan <shyammohankanojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org >> > wrote: >> >>> Hi >>> please help me... >>> >>> >git push heroku master >>> Warning: Permanently added the RSA host key for IP address to the list >>> of known hosts. >>> Permission denied (publickey). >>> fatal: The remote end hung up unexpectedly >>> >>> please tell why im getting this error... >>> and how to correct it... >>> I google about it but can find satisfactory ans... >>> >>> >>> -Shyam >>> >>> >>> -- >>> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> >> >> -- >> >> Senior Rails Developer >> Anton Effendi - Wu You Duan >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- Senior Rails Developer Anton Effendi - Wu You Duan -- 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.