0


git: ‘lfs‘ is not a git command. see ‘git --help‘

在克隆hugging face里面的项目文件的时候,需要用到git lfs,本文介绍安装git lfs方法

在Ubuntu下

curl-s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh |sudobashsudoapt-getinstall git-lfs

在Windows下

到这个链接里面下载最新的安装包即可

在Mac下

brew update
brew install git-lfs

参考链接:https://stackoverflow.com/questions/48734119/git-lfs-is-not-a-git-command-unclear

标签: git hugging face

本文转载自: https://blog.csdn.net/xdg15294969271/article/details/132228436
版权归原作者 牛右刀薛面 所有, 如有侵权,请联系我们删除。

“git: ‘lfs‘ is not a git command. see ‘git --help‘”的评论:

还没有评论