gpt4 book ai didi

python - git filter repo - 未找到 Python - 但已安装

转载 作者:行者123 更新时间:2023-12-04 08:17:57 25 4
gpt4 key购买 nike

所以我第一次尝试使用 git filter-repo 。
我已经安装了 Python 3.9。
我尝试运行:git filter-repo --strip-blobs-bigger-than 100M每次失败时:

  • Git Bash:git: 'filter-repo' is not a git command.
  • Powershell:Python was not found;
  • CMD:Python was not found;

  • 请对我缺少的东西有什么建议吗?

    最佳答案

    newren/git-filter-repo/INSTALL 上仔细检查安装过程
    您必须首先确保(在常规 CMD 中)而不是 git-filter-repo在您的 %PATH% .
    如果您通过 pip 安装它,例如,它应该,因为 Python folder should be added to your PATH at Python3 installation .
    一旦那个%PATH%是正确的(你会在其中看到 git-filter-repo),然后是 git会认出filter-repo命令。

    As commented ,现在有一个 git-filter-repo Homebrew formula ,它在 Mac 上提供了更简单的安装过程。

    关于python - git filter repo - 未找到 Python - 但已安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65626875/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com