git上传超过100m大文件

当必须上传大文件时。需借助git-fls
  下载地址:https://git-lfs.github.com/
在Mac电脑上先安装:
Homebrew: brew install git-lfs

使用方式:

(1)在项目目录git lfs install。

(2)git lfs track '.文件后缀'。

(3)git add .gitattributes。

(4)配置完成后就可按照平时git方式使用。

你可能感兴趣的:(git上传超过100m大文件)