当前位置: 首页 > 工具软件 > git-up > 使用案例 >

git错误记录:git-lfs filter-process: git-lfs: command not found

蒙奇
2023-12-01

参考文章

The Git init & fetch approach breaks Git LFS

问题描述

  • 在pull远程主分支代码时,因为合作开发的伙伴上传了个静态库,大文件拉取不下来,出现了

    git-lfs filter-process: git-lfs: command not found
    fatal: The remote end hung up unexpectedly
    

    的报错。

解决方案

  • 终端git --exec-path,打开打印出的路径的文件夹。
  • 用Homebrew installs git-lfs in /usr/local/bin,再将git-lfs文件拷贝到刚才打开的文件中即可重构成功。
 类似资料: