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.
-
Open a command prompt or terminal
-
Check the installed Git version via
Terminal window git --version -
Check the installed Git LFS version via
Terminal window git-lfs --version