Issues trying to push app to heroku (windows)

2010-03-25 Thread Richard Conroy
Hi
   I have been following the setup instructions to get a simple sinatra app
up and running.

I ran into a few issues with PuTTy gen and keys, but I was able to use this
threadhttp://groups.google.com/group/heroku/browse_thread/thread/7a3b79e76c38d621/ba1fbe650d3975d6?lnk=gstq=ssh+public+key#ba1fbe650d3975d6
 to
get past them (at least I think I was able to get past them).

However when I attempt to push my code to heroku I get this error:
 git push heroku master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

I have managed to get through other steps, heroku create successfully
created my app,
and my public key was accepted. Also

heroku key:add still works

Can anyone tell me what is going on here? What have I missed, and how do I
rectify it?

thanks,
Richard.

-- 
http://richardconroy.blogspot.com

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Issues trying to push app to heroku (windows)

2010-03-25 Thread Richard Conroy
Okay, I think I made some progress.

First tip: Use the Git Bash shell client that gets installed with Git.
Generate your private keys with
$ ssh-keygen -t rsa

And copy them to your /.ssh directory

Make sure you do any of this before you execute any of the heroku commands.
Then perform
heroku create
and
git push heroku master
as expected

Skip any of the PuTTygen hijinks

It got my app pushed, I just now have to debug why Heroku isn't recognising
my
rack config (which is a much more straightforward problem).

On Thu, Mar 25, 2010 at 6:50 PM, Richard Conroy richard.con...@gmail.comwrote:

 Hi
I have been following the setup instructions to get a simple sinatra app
 up and running.

 I ran into a few issues with PuTTy gen and keys, but I was able to use this
 threadhttp://groups.google.com/group/heroku/browse_thread/thread/7a3b79e76c38d621/ba1fbe650d3975d6?lnk=gstq=ssh+public+key#ba1fbe650d3975d6
  to
 get past them (at least I think I was able to get past them).

 However when I attempt to push my code to heroku I get this error:
  git push heroku master
 Permission denied (publickey).
 fatal: The remote end hung up unexpectedly

 I have managed to get through other steps, heroku create successfully
 created my app,
 and my public key was accepted. Also

 heroku key:add still works

 Can anyone tell me what is going on here? What have I missed, and how do I
 rectify it?

 thanks,
 Richard.

 --
 http://richardconroy.blogspot.com




-- 
http://richardconroy.blogspot.com

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.