$ pkg install github
说:
Reading state information... Done
E: Unable to locate package github
git
你不需要安装github
。Github.com 是一个git 主机,是众多主机之一(尽管是最著名的主机之一)。
来自https://wiki.termux.com/wiki/Development_Environments:
pkg up
pkg install git
You can install git in Termux by just typing
pkg install git
But if you are facing any error then before installing git you should run
apt update && apt upgrade -y
and this updates all the dependencies and you won't get any error. If you wanna know more about termux then visit my site www.learntermux.tech