1、下载LFS
2、上传步骤
git init #创建本地仓库
git lfs install #安装大文件
git lfs track * #追踪要上传的大文件
git add .gitattributes #添加先上传的属性文件()
git commit -m "pre" #上传说明
git remote add origin github链接 #建立本地和GIthub仓库的链接
git push ssh链接 #上传属性文件
git add * #添加要上传的大文件
git commit =m "LFS" #上传说明
git push ssh链接 #上传大文件
3、git push报错fatal: Out of memory, malloc failed (tried to allocate 8412999234343745 bytes)
$ git config --global http.postbuffer 1240*1240*1000(结果)