TTermux•Created by seelight on 2/12/2025 in #support failed when git clone
try git clone --depth=1 https://github.com/something/something
with --depth=1
it will exclude the entire history and just download the latest state of the code. so if you don't care about history, that usually downloads less and could be easier on your connection.