Install git

Using this you can install git on your system.

Using the following command you can install GIT on your system

sudo apt install git -y

if this command fails to work try the following

sudo apt update -y
sudo apt install git -y

Last updated

Was this helpful?