- 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
本文标题:git将大文件加入lfs
本文链接:https://www.haomeiwen.com/subject/mlkaqxtx.html
网友评论