dafurtney
dafurtney
> Do you have git and python installed? Yes. Another team member also reproduced the problem. If I replace git_filter_repo.py with a link to git-filter-repo, git filter-repo --analyze works fine,...

> git filter-repo --version 22826b5a68b6 (Get-Command git).Path C:\Program Files\Git\cmd\git.exe > (Get-Command python).Path C:\Program Files\Python310\python.exe > (Get-Command python3).Path Get-Command : The term 'python3' is not recognized as the name of a...
Myself and two other developers I work with have reproduced this issue.
The coworker (Thanks, Ruth!) that just reproduced the problem yesterday found at least two other references to this problem searching the web: - https://github.com/newren/git-filter-repo/issues/360- - https://coder-question.com/cq-blog/922655
Yes, that is a much better description of my workaround above. However: Is it the case that since mklink (cmd) or New-Item -ItemType SymbolicLink both require admin privilege, the app...