First installment of the GIT environment

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.