AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Introduction

Learn to develop your ownAI Application ToolsIn addition to using Python, you will also useGit.

In recent articles, we have learnedHow to install Python [AI Learning] Nanny-level tutorial, step-by-step how to install Python on your computer (Windows users).

In this article, let’s learn how to install Git.

Before we learn, let’s ask Kimi and see what his answer is.

Tip: How to install Git on your computer? (Windows users)

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Next, let’s learn step by step how Windows users can install Git on their computers.

Download and install Git

Open the download page of the Git official website: https://git-scm.com/downloads

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click the corresponding "Windows" link to download Git.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)
AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Knowledge extension: What is the difference between Standalone Installer and Portable ("thumbdrive edition")?

"Standalone Installer" and "Portable ('thumbdrive edition')" are two different types of software installation packages, each with its own usage scenarios and advantages.

Standalone Installer: Standalone Installer is the regular installation method, which installs and sets up the software on your computer. This usually involves copying files to the program folder, creating necessary registry entries, creating menu and desktop shortcuts, etc. Once installed, the software is directly integrated into your system, and you can run the program by simply opening the corresponding shortcut or typing the corresponding command in the command line. This installation method is suitable for software that you use frequently and needs to be deeply integrated into the system.

Portable ("thumbdrive edition"): Portable software, as the name implies, is software that can be carried around and run on any computer without having to install it on that computer. You just need to copy the portable version of the software to a USB flash drive or any removable storage device, then plug the device into any supported computer and run the software directly. This is very convenient for users who need to use the software on multiple computers but don't want to install it over and over again. In addition, portable software will not leave any traces in the computer's program folders or registry, so it is also suitable for those who want to keep their system clean.

Since the computer is a 64-bit operating system, Git is used on your local computer. So click [64-bit Git for Windows Setup].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Downloading.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Download complete. Double-click to run the Git-2.44.0-64-bit.exe file.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Enter the installation directory interface and change to your own software installation directory.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Change the installation path to drive D and click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Select the default options and click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Next].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Click [Install].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Installing.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

After the installation is complete, click [Finish].

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Verify Installation

After the installation is complete, search for Git and you can see the Git application.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Further, run git --version in the command line/terminal to check whether Git has been successfully installed and the current version number.

Enter the shortcut key [win] + [R] to open the run window.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Enter "cmd" and click OK.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

Enter the command prompt window and enter the command: git --version.

AI Basic Tutorial for Beginners, Step-by-step on how to install Git on your computer (Windows users)

You can see that the Git version 2.44.0 just installed is displayed.

So far, we have successfully completed the installation of Git2.44.0.

Learning Summary

  • Download and install Git.Go to the Git official website and download the Git version suitable for your operating system. During the installation process, if you use it on your own computer, it is recommended to select the Standalone Installer type installation package, and try not to place the installation directory on the C drive (operating system drive).
  • Verify after successful installation.To check whether the installation is successful, remember to enter git --version.
  • Kimi answers comments and feedback.The steps and operation procedures answered by Kimi are correct, and some optional steps are added, but it may still be a bit vague for students who have no programming foundation. If there are still unclear points, you can continue to ask Kimi, or just follow the tutorial and practice directly. ^_^

Now it’s your turn to download and install Git and learn how to make AI applications.

statement:The content is collected from various media platforms such as public websites. If the included content infringes on your rights, please contact us by email and we will deal with it as soon as possible.
TutorialEncyclopedia

How to install Python on your computer? The first step in learning AI: Setting up the Python environment

2024-4-23 9:46:02

TutorialEncyclopedia

Stable Diffusion tutorial: 5 steps to enhance the realism of portraits

2024-4-23 14:19:22

Search