git (8) -- git lfs 大文件上传到github

找到大于100M的文件

find . -type f -size +100M

*.dmg的大文件 添加,产生 .gitattributes

git lfs track "*.dmg"

在这里插入图片描述
在这里插入图片描述

参考:
https://git-lfs.github.com/
https://zzz.buzz/zh/2016/04/19/the-guide-to-git-lfs/

发布了441 篇原创文章 · 获赞 110 · 访问量 57万+

猜你喜欢

转载自blog.csdn.net/qq_26437925/article/details/88907701
今日推荐