- mac下用homebrew安装:
brew install git-lfs
- 初始化
git lfs install
- 添加track规则
git lfs track "*.a"
- 将.gitattributes加入到版本控制中
git add .gitattributes
git commit -m "add .gitattributes"
git push
brew install git-lfs
git lfs install
git lfs track "*.a"
git add .gitattributes
git commit -m "add .gitattributes"
git push