git is currently not installed.

Git Installation on Ubuntu

Git Core PPA repository is maintain by team on launchpad. Execute following commands one by one in a sequence to add ppa in our system and install Latest git version.

$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git

Check Git Version

To check the current version installed of Git use following command.

$ git --version

git version 2.21.0

你可能感兴趣的:(git is currently not installed.)