GIT上传100M大文件
作者:互联网
GIT不能提交100M以上文件解决方案
1.首先要下载Git Large File Storage (LFS)服务,下载地址:https://git-lfs.github.com/
2.下载安装好之后在工作目录中进入cmd
3.执行命令git lfs install
之后执行命令git lfs track "* .psd/pdf/word"这是要提交大文件的后缀名
在执行git add .gitattributes
4正常使用git
标签:文件,100M,git,执行命令,GIT,lfs,上传 来源: https://blog.csdn.net/weixin_50384980/article/details/122473979