美文网首页
cocopods 安装报错 pod install

cocopods 安装报错 pod install

作者: DCherry | 来源:发表于2024-09-18 18:29 被阅读0次
    • You are in 'detached HEAD' state.
    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 :/'
    

    执行下面命令就可以了(原理不明白)

    brew install git-lfs
    git lfs install
    
    • 列表第二项

    相关文章

      网友评论

          本文标题:cocopods 安装报错 pod install

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