1 安装Git LSF(Large File Storage)2 跟踪大文件3 添加,提交,推送 1 安装Git LSF(Large File Storage)yum install -y git-lfs 2 跟踪大文件git lfs track large_file 或者通过配置文件 .gitattributes 3 添加,提交,推送git add large_filegit commit -m "Add Large file"git push -u origin master https://blog.csdn.net/tyro_java/article/details/53440666