今天在把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 installgit lfs track "*.<fileform>"git add .gitattributesdo normal three-step push