Forums

Error in installing git

When i try install git by this command as described on forum help page:

pip3.8 install --user git

it show this error:

ERROR: Could not find a version that satisfies the requirement Git (from versions: none) ERROR: No matching distribution found for Git

help please

git is not a python package, it's a system package and it's already installed.

@ fjl thanks a lot . You save me