Skip to content

Check your Git installation

To check, that Git and Git LFS are installed on your computer, open a new command prompt or terminal and execute the following two commands. These should display the installed version. If not, follow the installation instructions.

  1. Open a command prompt or terminal

  2. Check the installed Git version via

    Terminal window
    git --version
  3. Check the installed Git LFS version via

    Terminal window
    git-lfs --version