Hi Owen,

Since you got the first part working I'm going to assume the
following:

1. You're using the msysgit build from http://code.google.com/p/msysgit/

2. You converted your ssh key created by PuTTY and placed a key called
"id_rsa.pub" or "id_dsa.pub" in a directory called ".ssh" in your home
folder (probabaly something like c:\Documents & Settings\yourusername)

3. You used the "Git Bash" that came with msysgit to run the heroku
client commands.

Please correct me if I'm making false assumptions here, but assuming
all this is true, you're very close to getting this working. Here's
what you need to do:

4. Open the Pageant.exe file in the PuTTY program folder. Pageant is
an ssh-agent that'll cache your keys and save you from having to enter
your ssh keychain password more than once per (windows) login session.
Once you have Pageant open, load your private key by locating the .ppk
file and typing in your password.

5. Now you need to tell Git to direct ssh communications through
Pageant. You do this by creating a system environment variable called
GIT_SSH with the value being the path to "plink.exe" inside your PuTTY
program folder. Mine looks like this GIT_SSH="c:\Program Files\PuTTY
\plink.exe". You get to the environment variables by right-clicking on
"My Computer" and selecting Properties.

That ought to do it. If it doesn't work, let me know what kind of
errors you're getting, and maybe I can help you figure it out.

Best,

/M.

On May 2, 12:09 pm, Owen <[EMAIL PROTECTED]> wrote:
> HI,
>
> I am excited about trying to use the new Heroku gem, but have run into
> problems.
>
> I am using Windows XP right now, so I am trying to find the right
> path:
>
> I created a public key using PuTTyGen
>
> “heroku upload_authkey” worked
> “heroku create myapp”” worked
> “heroku clone myapp” gave me this:
>
> http://screencast.com/t/DCGOcFk9USF
>
> I have attached the Known_hosts file created by the Heroku gem, and
> the key I created.
>
> I would also like much to use Hobo (http://hobocentral.net) to build
> my apps.  Not sure the best way to do this, except try to add plugins
> rather than the Hobo gems.
>
> This in advance for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to