You can refer to the installation guide here: https://www.atlassian.com/git/tutorials/install-git
(you don't have to set up any of the username and password settings, we'll do that together)
I've also summarised it below, if you find that easier
Install git from: https://gitforwindows.org/
Please click on the download button on the websiteDownload and install Git from https://sourceforge.net/projects/git-osx-installer/files/
After this, it should all be installed.
There are other ways to install Git - have a look below for other options.
$ brew install git$ sudo port selfupdate
$ port search git
$ port variants git
$ sudo port install git +bash_completion+credential_osxkeychain+docAfter you have installed Git (either on Mac or Windows), can you please check the installation by running the following?
$ git --versionYou should get something like this (the actual version might be different to mine)
$ git --version
git version 2.36.0.windows.1If the above command returns an error, then please restart your laptop. If it still doesn't work, try installing it again. Googling the error will also help (most likely other users would have gotten a similar issue too)
If all the above fails, reach out to your representative at Upreach or me.
