Re: git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Richard Lung
yeah..it works..thanks! sorry for the noob question. so what is the different between the github and heroku? are they just different host? I'm confuse Richard On Mon, May 9, 2011 at 6:45 AM, Daniel Spangenberg < daniel.spangenb...@gmail.com> wrote: > He wrote nothing of GitHub. > > Run heroku k

Re: Download CSV from AWS as file, not text

2011-05-09 Thread John McCaffrey
Thanks for posting the conclusion! Posting the resolution only takes a few minutes, but its so helpful for future readers, and those of us just keeping tabs on the thread. Thanks On Fri, May 6, 2011 at 8:31 AM, batate wrote: > Here's the solution for posterity. There were two problems to solve

Re: git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Daniel Spangenberg
He wrote nothing of GitHub. Run heroku keys:add on your other computer, than this should work. But clonen from heroku isn't the best workflow. Try GitHub oder something else. -- Daniel Spangenberg On Montag, 9. Mai 2011 at 15:42, Jeff Whitmire wrote: > For me this usually means github is not se

Re: git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Jeff Whitmire
For me this usually means github is not set up as a known host. If you run "ssh g...@github.com" and type "yes" to accept the host it will work after that. If that doesn't help, chances are this page will: http://help.github.com/troubleshooting-ssh/ Jeff. On Mon, May 9, 2011 at 8:52 AM, Richar

git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Richard Lung
Hi guys, I am trying to use different computer other than my work computer so I was trying to download the files by using this command: git clone -o heroku g...@heroku.com:(myappname).git but it keeps giving me an error Permission denied (publickey). fatal: The remote end hung up unexpectedly is

Re: Heroku does not show current app ... help

2011-05-09 Thread John Beynon
you need to delete the index.html file in public -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to heroku@googlegroups.com. To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com. For more

Heroku does not show current app ... help

2011-05-09 Thread Mike Gallagher
I am trying to push my rails tutorial app to Heroku from Git and, as far as I can see (referencing all the help material on both Git and Heroku) everything is working correctly However, on Heroku, I don't see my tutorial app I just see the 'Welcome aboard' default rails app - - - I have Git insta