How to Set Up Git, Git LFS, and GitHub Desktop
Last updated
Last updated
Download Git from this link: https://git-scm.com/downloads.
Run the installer and follow the on-screen instructions to complete the setup.
Open a Command Prompt (or Terminal on Mac).
Type the following command and press Enter:
If Git is installed correctly, you'll see a list of Git commands.
Download Git LFS from this link: https://git-lfs.github.com/.
Run the installer and complete the setup.
Open a Command Prompt (or Terminal) and run the following command:
If successful, you should see the message:
Download GitHub Desktop from this link: https://desktop.github.com/.
Install the application and open it.
In GitHub Desktop, go to the top menu and select File > Options > Accounts.
Log in with your GitHub account credentials.