在克隆hugging face里面的项目文件的时候,需要用到git lfs,本文介绍安装git lfs方法
在Ubuntu下
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs
在Windows下
到这个链接里面下载最新的安装包即可文章来源:https://www.toymoban.com/news/detail-640152.html
在Mac下
brew update
brew install git-lfs
参考链接:https://stackoverflow.com/questions/48734119/git-lfs-is-not-a-git-command-unclear文章来源地址https://www.toymoban.com/news/detail-640152.html
到了这里,关于git: ‘lfs‘ is not a git command. see ‘git --help‘的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!