First, a registered GitHub account
Go to GitHub's official website, enter your username, email address and password, and click "Sign up for GitHub".
Choose Free, don't ask me why, unless the rich wayward choose the paid edition
Verify your email address and activate GitHub
Second, create a warehouse
Choose "New Repository" (Create a new warehouse) after registering and logging into GitHub
Fill in the warehouse name, description and choose whether to open
That's what it's like when you're done.
Third, install the Git client
Run the GIT client installation package and select "Next"
Continue to "Next"
Select the installation path and continue to "Next"
Selecting Components for installation
Select Create Start menu, continue "Next"
Select environment variable settings:
Description
- –git: Git bash command-line tool that comes with git;
- – System comes with cmd: command-line tool using Windows system;
- – both: The above two are configured at the same time, but note that this will cover the Windows Find.exe and Sort.exe tools, if you do not understand these as far as possible do not choose;
Select line break translation rules (default)
Configure terminal (select default)
This step really do not know what meaning, seemingly and file system cache related, choose default OK
Finally started to install the
Finish, version update log you want to see it, I don't see it anyway.
Iv. installation of Tortoisegit
Click on the Tortoisegit installation package and click "Next"
The license agreement, except "Next" what else, can only accept Ah
Select the components you want to install by default
Perform the installation, "Install"
Complete the installation
V. Initialize configuration Tortoisegit
In the Start menu, find "Tortoisegit"-"Settings"
1. Configure Git.exe Path
2, configure user information, the user information here is not necessarily the user name and mailbox on GitHub, if there are many people can configure their own information, if a person to maintain the warehouse on GitHub to configure the user name and mailbox on it.
My python growth path---GitHub to use to register GitHub and install the Git client