Git currently accounts for a large proportion of the source code management field, and many open-source projects have been transferred to GitHub. For example: jQuery, reddit, Sparkle, curl, Ruby on Rails, node. js, ClickToFlash, Erlang/OTP, CakePHP, Redis.
This article details how to install and configure the Git tool in Windows to connect to GitHub. You can also use Git in Visual Studio.
I. Prepare tools
1. Download Git Extensions. Address http://code.google.com/p/gitextensions/downloads/list download the latest version.
2. Download Tortoisegit. Download the latest version of the address http://code.google.com/p/tortoisegit/downloads/list (Note: 32 bit and 64 bit versions ).
Ii. Installation
Install Git Extensions first:
Install Tortoisegit again:
3. Apply for a GitHub account
GitHub address https://github.com/
Enter the account information.
Iv. Configure Association
1. Create a project TestGit.
2. Set the associated key
1) Start and select your language.
2) Set User information:
Save the preceding public key string and public key file as public, and the key is private. ppk.
3) Add the public Key to the Key manager of GitHub:
4) Obtain Clone locally
After the configuration is complete, your Git can be synchronized with GitHub.
The following menu appears in Visual Studio:
Use Git in Visual Studio. leave it blank for the next time.
Reprinted: http://www.cnblogs.com/sorex/archive/2011/08/10/2132359.html
Git currently accounts for a large proportion of the source code management field, and many open-source projects have been transferred to GitHub. For example: jQuery, reddit, Sparkle, curl, Ruby on Rails, node. js, ClickToFlash, Erlang/OTP, CakePHP, Redis.
This article details how to install and configure the Git tool in Windows to connect to GitHub. You can also use Git in Visual Studio.
I. Prepare tools
1. Download Git Extensions. Address http://code.google.com/p/gitextensions/downloads/list download the latest version.
2. Download Tortoisegit. Download the latest version of the address http://code.google.com/p/tortoisegit/downloads/list (Note: 32 bit and 64 bit versions ).
Ii. Installation
Install Git Extensions first:
Install Tortoisegit again:
3. Apply for a GitHub account
GitHub address https://github.com/
Enter the account information.
Iv. Configure Association
1. Create a project TestGit.
2. Set the associated key
1) Start and select your language.
2) Set User information:
Save the preceding public key string and public key file as public, and the key is private. ppk.
3) Add the public Key to the Key manager of GitHub:
4) Obtain Clone locally
After the configuration is complete, your Git can be synchronized with GitHub.
The following menu appears in Visual Studio:
Use Git in Visual Studio. leave it blank for the next time.