3
$ pkg install github

说:

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

2 回答 2

5

git你不需要安装github。Github.com 是一个git 主机,是众多主机之一(尽管是最著名的主机之一)。

来自https://wiki.termux.com/wiki/Development_Environments

pkg up
pkg install git
于 2019-04-18T04:35:15.457 回答
4

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

于 2020-10-11T10:50:00.100 回答