I previously had the problem My Problem in stackoverflow Question and that is solved by the answer provided by our stackoverflow community member.
Now i tried to use ssh for cloning one of the protected repository in Windows 7, so first i created the public key using this url link .
everything is working for me as specified in the url after following the steps, except when i try to do the 4th step that is "$ ssh -T git@github.com" i got the following error
mohamed_hussain@18 ~/.ssh
$ ssh -T -p 443 git@ssh.github.com
ssh: ssh.github.com: no address associated with name
Please help me in connecting to the ssh to access the private repositories.