Total Pageviews

Search This Blog

Copyright to Cloud TechNet organization . Powered by Blogger.

Pages

Blogger templates

Monday, 20 February 2023

How to install Git on Windows system ?


Here are the steps to install Git on a Windows system:

  1. Download the Git installer for Windows from the official Git website: https://git-scm.com/download/win

  2. Run the downloaded installer file and follow the prompts in the installer.

  3. In the Select Components screen, leave the default options selected and click Next.

  4. In the Adjusting your PATH environment screen, select the option "Use Git from the Windows Command Prompt" and click Next.

  5. In the Configuring the line ending conversions screen, leave the default options selected and click Next.

  6. In the Configuring the terminal emulator to use with Git Bash screen, leave the default option selected and click Next.

  7. In the Configuring extra options screen, leave the default options selected and click Next.

  8. In the Installing screen, click Install to begin the installation.

  9. Once the installation is complete, click Finish.

  10. To verify that Git has been installed successfully, open a command prompt and run the command git --version. This should display the version number of Git installed on your system.

That's it! Git is now installed on your Windows system and ready to use.

0 comments:

Post a Comment