

In my case, I have Git 2.25.1 installed on my laptop. Verify that the installation was successful: git lfs install > Git LFS initialized. When you open this file Windows will run a setup wizard to install Git LFS. Double click on the file called git-lfs-windows-1.X.X.exe, where 1.X.X is replaced with the Git LFS version you downloaded. Once you have installed Git, in order to check the version of Git that you have installed on your machine, you could use the following command: git -version On your computer, locate the downloaded file. If you have a Windows PC, you can follow the steps on how to install Git on Windows here:ĭuring the installation, make sure to choose the Git Bash option, as this would provide you with a Git Bash terminal which you will use while following along.

However, if this is not the case, there are 2 main ways of installing Git on your Mac: If you are using Mac, Git should be available out of the box as well. On Debian based distributions including Ubuntu:.If this is not the case for you, you can install Git with the following command: With most Linux distributions, the Git command-line tool comes installed out of the box. In order for you to be able to use Git on your local machine, you would need to install it.ĭepending on the operating system that you are using, you can follow the steps here. Install Git using Homebrew by running the following command in your terminal: brew install git Linux.
