Before installing, you first need to build an environment that uses git. You can choose the Windows (GUI), Mac (GUI), or command line (Master console) as the environment for installing GIT.
Or the capital is not enough, there is no Apple notebook so can only use the window environment, https://git-for-windows.github.io/download
I use the 64-bit operating system, according to their own situation to download the corresponding version, here is not too much to explain! Get to the Chase!
Just click Next to
The sound of Tao is still!!
After modifying the catalogue, we continue the journey!!
Click Next directly
Don't move like a mountain, continue next
Bully me because of bad, love how To, ye do not move it!
has helped me make a choice, I will continue to do
Previously installed version is not so troublesome, forget it, or default it!
It seems that the cache is enabled,
I recognized, I have chosen, I continue!
Finally to install the interface, beware of 360 and other software, to allow operation Yo!
Verify success
The following content, is I have made the content, this step is not completed first! We need to install a client, such an operation command, I hate him more!
After the installation is complete, you will need the final step, and at the command line, enter: $ git config--global user.name "Your name" $ git config--global user.email "[email protected]" Because Git is a distributed version control system, every machine must be tell: your name and email address. You may be worried, what if someone pretends to be someone else? This does not have to worry, first of all we believe that we are good and ignorant of the masses, and secondly, there is a fake there are ways to check. Note The --global parameter of the git config command , Using this parameter, means that all the git repositories on this machine will use this configuration. Of course, you can also specify a different user name and email address for a warehouse. |
First installment of the GIT environment