The steps are list as following:
- Download Git for Windows: http://git-scm.com/download/win
- Generate SSH Key, PuTTYgen is a great Windows tool: link
For mac user we can just use:ssh-keygen -t rsa -C "your_email@youremail.com"
- Paste your public key here: https://github.com/settings/ssh
- Test connection using:
ssh -T git@github.com