Download and install Git

Download and install Git

1. Official website download (too slow)

Open [git official website] Git and download the version of git corresponding to the operating system.

Download the corresponding version and install it!

Installation: The next step is no brainer! Installed and ready to use!

2. Taobao mirror download

Use Taobao mirror to download: CNPM Binaries Mirror

3. Start Git

After the installation is successful, there will be a Git item in the start menu, and there are 3 programs under the menu: you can also see the corresponding program by right-clicking on any folder!

Git Bash: Unix and Linux style command line, most used, most recommended

Git CMD: Windows-style command line

Git GUI : Git with graphical interface, not recommended for beginners, try to be familiar with common commands first

Reference blog

Git installation tutorial (detailed tutorial) - Programmer Sought

Guess you like

Origin blog.csdn.net/m0_63324772/article/details/122854391