git
This section shows how to install git.
Pre-Condition
- Windows 10
Note: It is highly recommended using
Windows 10
. Other Windows versions are not guranteed to work.
Install
Download Git for Windows and select 64-bit Git for Windows Setup
. Follow the steps for installation.
After installing Git for Windows open up git-bash
.
After that enter the following command. This keeps the original line endings that are needed for the system to work correctly.
git config --global core.autocrlf false
You are now ready to use git.
Pre-Condition
- Ubuntu 20.04
Note: The following steps have been tested with Ubuntu 20.04 under
amd64
, but other Linux distributions and CPU architectures like Raspberry Pi with Raspbian may also work.
Install
$ sudo apt update
$ sudo apt install git