1. Download the GIT client tool http://msysgit.github.com/
2, Installation Msysgit
Next
Agree to the GNU agreement
Select Installation Location
Select TrueType Front, Next
Do not create a startup folder
Default Git Bash, it's ready.
Select the default checkout Style
The installation is complete.
3. Configure local Git
After installing the Msysgit, you can start to configure the development environment, create a new folder in your working directory git, like my
Choose Git folder, right click, choose Git Bash here, the shell command line interface will pop up
Generate Your public Key
Input command
Ssh-keygen–c "Your email address" –t RSA
Will generate an SSH Key for you, and then will ask some save the file location, set the password God horse, direct return, enter, enter, the default on it can
Because the main is used locally, can not use the password, the direct return to it!
OK, now for you to generate Sshkey 4, enter HTTPS://GITHUB.COM/SETTINGS/SSH add your key to view Sshkey method: Right-click Git folder to choose Git Gui, help----"Show ssh key, and paste it into your git.
5. Open Git--gui, select Clone existing version
Enter the repositories address and local destination address that you built on git, select Copy all, and then OK.
Git usage instructions for project management tools