Ways to install Git on a Windows system

Source: Internet
Author: User
Tags version control system

Ways to install Git on a Windows system

Msysgit is a Windows version of Git, downloaded from Https://git-for-windows.github.io

Install the default step, step by step installation

After the installation is complete, find Git Bash in the Start menu and pop out a command-line window that shows that the GIT installation was successful!

After the installation is complete, the final step is required, and the following two items are set at the command line:

$ git config--global user.name "Your name"--global user.email "[Email protected]"

Because Git is a distributed version control system, every machine must be tell: your name and email address.

Note that the parameters of the git config command, --global using this parameter, means that all of your git repositories on this machine will use this configuration, of course, you can also assign a different user name and email address to a warehouse.

Reference blog: Liaoche http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/ 00137396287703354d8c6c01c904c7d9ff056ae23da865a000

Ways to install Git on a Windows system

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.