美文网首页
【Git】git-lfs filter-process: git

【Git】git-lfs filter-process: git

作者: BeethOven | 来源:发表于2023-05-18 14:15 被阅读0次
    image.png

    pod install 提示

    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    git-lfs filter-process: git-lfs: command not found
    fatal: the remote end hung up unexpectedly
    warning: Clone succeeded, but checkout failed.
    You can inspect what was checked out with 'git status'
    and retry with 'git restore --source=HEAD :/'
    

    可能跟Git LFS有关

    解决方法:

    brew install git-lfs
    git lfs install
    

    相关文章

      网友评论

          本文标题:【Git】git-lfs filter-process: git

          本文链接:https://www.haomeiwen.com/subject/ttnwsdtx.html