今天在把FTProject存档的时候,出现了.csv
太大的问题,所以这次打算好好搞一下!
问题如下:
即出现了如下报错:
:warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
打算follow GitHub官方搞一下。
brew install git-lfs
git lfs install
git lfs track "*.<fileform>"
git add .gitattributes
do normal three-step push