STAGING This is not the live site
Git - Windows - How to Install Git | centrexIT Knowledge Center
Loading...
centrexIT
Knowledge Center

Creyon Bio Git - Windows - How to Install Git

KB00064575
Cory Walton Work Instruction 1 min
Publishedv1

How to install Git on Windows


Service Desk


When a request is made to install Git


  1. Go to https://git-scm.com/download/win
  • The download should start automatically. If not, click the relevant link.
  1. Run the Installer
  • Find the Git-x.y.z-64-bit.exe file in your Downloads folder and double-click to run it.
  1. 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.

  1. Finish Setup
  • Click Finish when it’s done.
  1. 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.