How to Install Git on Termux and push and pull to github?
Oct 17, 2023
How to install Git on Android with Termux
Open Termux. Run: pkg update
Run: pkg install git
Verify: git --version
open termux then run pkg install git then verify git -- version then you are done . follow the below tutorial that has two methods of
How to Install Git on Termux and push and pull to github? apt update && apt upgrade
After that, we can install Git and SSH now
apt install git openssh
Illustration of how to Setting up the Git Storage:
You can set the storage for termux using the command:
termux-setup-storage. It may ask you to access the storage of your mobile phone. Allow it to continue
Show More Show Less 