Setup Git on Windows
Information
none
Operating system used
Windows Vista Home Premium SP 2
Software prerequisites
none
Procedure
- Download full installer for official Git for Windows from http://msysgit.github.io/
For example: Git-1.8.5.2-preview20131230.exe
- Double click the Git installer executable and press Next button.
- Read license and press Next button.
- Select the destination location and press Next button.
For example: c:\tools\Git
- Select the components to be installed and press Next button.
For example: leave default settings
- Select Start menu folder and press Next button.
For example: Git
- Adjust your PATH environment and press Next button.
For example, select the second option: Run Git from the Windows Command Prompt
- Configure line ending conversions and press Next button.
For example, select the first option: Checkout Window-style, commit Unix-style line endings
- Git will be installed on your computer and press Next button.
- Press Finish button to complete the Git installation.
|