Git Bash installation
Git Bash is going to install a Bash Terminal prompt on your System so you would be able to launch the codes in the tutorial.
Last updated
Git Bash is going to install a Bash Terminal prompt on your System so you would be able to launch the codes in the tutorial.
Last updated
Be careful of downloading the Git version that is compliant with your system (Windows or MacOS)
If your not an expert on using GitBash, here there is a guide on how to download it:
Dowload Git for Windows:
Open your web browser and go to the official Git for Windows website:.
Click on the "Download" button to download the installer.
You should download the installer from the GitHub page opening from the Assets section (refer always to the newest version in 64bit.exe, like the )
Run the Installer:
Once the installer is dowloaded, run the installer by double-clicking on the downloaded file (Git-<version>-64-bit.exe for 64-bit systems) in the Dowloads directory of you local computer to start the installation.
Click "Yes" to allow the installation.
Configure the Installation:
During the installation process, you'll be prompted to make various choices. The default settings are usually sufficient for most users. Make sure to select "Use Git from the Windows Command Prompt" during the "Choosing the default editor used by Git" step.
Complete the installation:
Click "Next" or "Install" as needed. Once the installation is finished, click "Finish" to close the installer.
Verify Installation:
Open the Windows Start menu and type "Git Bash." Click on the Git Bash icon to open the terminal.
Type git --version and press Enter. You should see the installed Git version information.
If you're not an expert on using GitBash, here there is a guide on how to download it:
Install Homebrew (if not already installed):
Open Terminal, which you can find in the Applications > Utilities folder.
Install Homebrew by pasting the following command and pressing Enter:
Install Git using Homebrew:
Once Homebrew is installed, use the following command to install Git
Verify Installation:
After the installation is complete, you can verify it by typing git --version
in the Terminal and pressing Enter. You should see the installed Git version information.
Congratulations! You've successfully installed Git Bash on Windows and Git on Mac.
Now you are ready to follow the to analyse your slides