So I'm trying to use git filter-repo for the first time.
I've installed Python 3.9.
I try to run:
git filter-repo --strip-blobs-bigger-than 100M
Each time it fails:
- Git Bash:
git: 'filter-repo' is not a git command.
- Powershell:
Python was not found;
- CMD:
Python was not found;
Any advice on what I'm missing please?