I am trying to install Git on Termux but I keep getting the error "unable to locate package git" when I run the command "pkg install git". I have tried updating the package list with "pkg update" and then running the install command again, but I still get the same error.
I have also tried installing other packages and they work fine, so I don't think it's a problem with my internet connection or Termux itself.
What could be causing this issue and how can I fix it? Any help would be greatly appreciated.
Thanks in advance.the actual error that is being displayed
My expectation was to successfully install Git on Termux so that i can use it for version control in our projects.