...
How to get a project from Github into Eclipse:
Go to github.com and create an account, noting your user name.
Assuming you have the Git plug-in working in Eclipse:
File > Import > Git > Projects From Git
Next> URI > Next>
URI: https://<yourname>@github<your-user-name>@github.com/Sage-Bionetworks/Synapse-Repository-Services.git
Next> Next>
on the "Select a wizard…" page pick "Import as a general project"
Next> Finish>
This clones the 'Synapse-Repository-Services' project to your local machine. Repeat for other projects, e.g. SynapseWebClient.
Installing Git on Windows w/Cygwin
...