Recently I\'ve been unable to clone or push to github, and I\'m trying to find the root cause.
This is on windows
I have cygwin + git as well as msy
I'm on XP and this allowed Git Bash to communicate w/ Github (after much frustration):
c:\cygwin\bin\cyg*
(~50 files) to c:\Program Files\Git\bin\
c:\cygwin\bin\ssh.exe
to c:\Program Files\Git\bin\
(overwriting)Create the file c:\Documents and Settings\
containing:
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile "/cygdrive/c/Documents and Settings//.ssh/id_rsa"
(optional) Use ssh -v git@github
to see the connection debugged.
Background: The general problem is a combination of these two: