Unable to Install Git

When I tried to install git, I got the following message:

pip install git
Collecting git
Could not find a version that satisfies the requirement git (from versions: )
No matching distribution found for git

Please guide.

Used zypper search git* & zypper install git . I’m able to install. Thanks!

Yes, it is in the repos and it is recommended to install it from there but next time you want to use pip, e.g. to install a third party app, then you have to install python-pip, also in the OpenSUSE repositories.

Thank you very much!!!