Summary:
Section titled “Summary:”How to install Git on Windows
Who is this KB written for?:
Section titled “Who is this KB written for?:”Service Desk
When should this KB be referenced?:
Section titled “When should this KB be referenced?:”When a request is made to install Git
Windows
Section titled “Windows”- The download should start automatically. If not, click the relevant link.
- Run the Installer
- Find the
Git-x.y.z-64-bit.exefile in your Downloads folder and double-click to run it.
- Follow the Setup Instructions
-
Click Next on each prompt (the defaults are safe for most users).
-
Pay attention to these screens:
-
“Choosing the default editor used by Git” — You can keep “Vim” (default)
-
“Adjusting your PATH environment” — Choose “Git from the command line and also from 3rd-party software”.
-
Other options can stay as default.
- Finish Setup
- Click Finish when it’s done.
- Verify Installation
-
Open Command Prompt (
cmd.exe) or Git Bash (which it adds to your Start Menu).Copy code
git --version -
You should see the version number.