Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
M
manual_and_guidelines
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • platform_manual_and_guidelines
  • manual_and_guidelines
  • Wiki
  • Installing git: Windows

Last edited by Arne Keller Apr 21, 2020
Page history

Installing git: Windows

How to install Git on Microsoft Windows

Git for Windows can be downloaded from gitforwindows.org. Please, check the system requirements and choose the version suitable for your Windows installation.

Run the git installer. During the installation, you have a number of options to choose from. We suggest to use the following (in order of appearance of the selection screens):

  • Installation directory: use default or a directory of your choice
  • components to install: default settings
  • program shortcut: default settings
  • editor: Choose a command line editor such as VIM or Nano
  • PATH environment: Git from the Windows command prompt and allow 3rd party software
  • HTTPS backend: OpenSSL library
  • Line end conversions: Check out as-is, commit Unix-style endings
  • Terminal emulator: Use MinTTY
  • Extra options: default settings.

If you have completed the installation process successfully, the Git Bash app should be available in the start menu. This app emulates a command prompt from which you can do all required actions in the following.

Clone repository
  • FAQ and trouble shooting
  • General guideline for all file types
  • Getting started with Git
  • Installing Git: Linux
  • Installing git: Windows
  • OpenVT Gitlab
  • SSL workaround
  • Submodules
  • Upload guidelines
  • administration guidelines
  • file types
    • Data files
    • Documentation
    • headers
    • version numbering
  • guidelines for public repositories
View All Pages