git filter repo - Python was not found - but it's installed
问题 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? 回答1: Double-check the installation process on newren/git-filter-repo/INSTALL You must make sure first (in a regular CMD) than git-filter-repo is in your %PATH% . If you install it