Git拉取大文件

1. 安装HomeBrew

在终端输入如下命令

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

具体可以打开HomeBrew官网,查看最新的安装方法。

2. 安装git lfs

- brew install git-lfs 
- git lfs install 
- git lfs pull

你可能感兴趣的:(Git拉取大文件)