The first step is to install Git on the system and configure the environment variables. Download a git for Windows msysgit, we download a portablegit, I am the 64bit system, I downloaded portablegit-1.8.0-preview20121022.7z, no problem. This thing is free of installation and can be extracted into the directory. Then add the environment variables.
The second step is to generate an SSH public and private key. Tutorials to view https://help.github.com/articles/generating-ssh-keys#platform-windows. After this step, the Id_rsa (private key) and id_rsa.pub (public key) are generated. has been able to communicate with GitHub.
The third step is to create your own repository source warehouse in GitHub.
Step fourth, install Egit.
Step fifth, create new or use existing project. Right-Project->team>commit, create a warehouse locally, and submit to local.
Step sixth, submit to GitHub. Since the previous step has created a warehouse locally, we simply submit it to the GitHub. Right-Project->team->remote->push. In the new window, fill in the Git@github.com:daoiqi/repo.git, the other default on the line, click Next, because the first submission, select Branch Submit.