Using Windows 7. Just downloaded git, putty, so I am guessing I would be having the updated binaries.
I can use the local repo just fine. I created an account at github.com (basic free account, no SSL) and followed the procedure for creating the keys and including it in my github account. when I try to ssh via the git bash i get the following error ****************************************************************** debug1: Found key in /c/Users/username/.ssh/known_hosts:1 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: c:/users/username/.ssh/id_rsa debug1: Authentications that can continue: publickey debug1: No more authentication methods to try. Permission denied (publickey). ******************************************************************** I also get this error when I try to push something using the git gui *************************************************************** Permission denied (publickey). Pushing to [email protected]:github_username/testgit.git fatal: The remote end hung up unexpectedly ************************************************************** the keys are in c:\users\username\.ssh directory. There is a config file here with the following content Host github.com User github_username Hostname github.com PreferredAuthentications publickey IdentityFile c:/users/username/.ssh/id_rsa I have tried with both id_rsa and id_dsa. Could this because the basic free account doesn't offer SSL? I love git but this is very frustrating. Help/thoughts much apprecciated. -- You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en.
