我正在尝试使用 git-filter-repo 从我的存储库中删除大型二进制文件。我以前没有使用过python。我通过单击下载的 .exe 文件安装了最新的 python,因为这是 git-filter-repo 的要求。说明说:
git-filter-repo 是一个单文件 python 脚本,它是为了让基本使用的安装变得简单:只需将它复制到你的 $PATH
https://github.com/newren/git-filter-repo/#how-do-i-install-it
我尝试使用 python 应用程序打开 git-filter-repo.py。我也不能在 python 应用程序中使用 cd、ls 或 dir。