Termux code to install git on termux in Android mobile

Yes Raj picture Yes Raj · Apr 18, 2019 · Viewed 22.2k times · Source
$ pkg install github

Says:

Reading state information... Done
E: Unable to locate package github

Answer

phd picture phd · Apr 18, 2019

You need to install git not github. Github.com is a git hosting, one of many (though one of the most famous).

From https://wiki.termux.com/wiki/Development_Environments:

pkg up
pkg install git