Rich Frog: Git with Putty on Windows

When searching for information how to use use PuTTY with git on Windows, I came across this post: Rich Frog: Git with Putty on Windows. The first time I tried to connect to unfuddle.com, I wasn’t able to add the server’s host key to the cache. Hitting the ‘y’ key did nothing. In order to fix this, I connected manually to the host using plink with the following command:

plink git@subdomain.unfuddle.com

Then added the server’s host key to the cache. After which, connecting using git worked as expected.

This entry was posted in Programming. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>