# 1) Setup Git LFS on your system. You only have to do this once per user account:
git lfs install
# 2) Configure the file types or paths to be tracked using
git lfs track "*.bin"
# 3) Then just add the files as usual with git add command
# Tracked files can also be configured manually using the .gitattributes file
3条答案
按热度按时间dphi5xsq1#
验证安装是否成功:
有关更多详细信息,请参阅此文档:https://help.github.com/en/github/managing-large-files/installing-git-large-file-storage
2fjabf4q2#
在
/usr/bin/git
中使用apple xcode提供的git时,在从https://git-lfs.github.com/
安装git-lfs下载后,您会发现git-lfs被放置在/usr/local/bin/git-lfs
中。您可能需要将/usr/local/bin
添加到PATH中,以便git可以找到它。(我没有看过brew和macports是做什么的)cwxwcias3#
如果你没有使用MacPorts或Homebrew,这里有一个macOS的安装程序:
Git大型文件存储
https://git-lfs.com/
1.下载正确的文件并解压缩
1.然后运行
sudo ./install.sh
差不多就是这样。
如果您需要复习如何用途: