diff --git "a/Git LFS \345\205\245\351\227\250\346\214\207\345\215\227.md" "b/Git LFS \345\205\245\351\227\250\346\214\207\345\215\227.md" index a7cf655fbf75592f13c721626d607c02534c1b07..e158ed34a6fbae4f45ce61e7c455584ae1a99db7 100644 --- "a/Git LFS \345\205\245\351\227\250\346\214\207\345\215\227.md" +++ "b/Git LFS \345\205\245\351\227\250\346\214\207\345\215\227.md" @@ -9,8 +9,8 @@ Git LFS(Large File Storage,大文件存储)是 Github 开发的一个Git 的 Git LFS 可以把音乐、图片、视频等指定的任意大文件资源存储在Git仓库之外,减小Git仓库本身的体积,使克隆Git仓库的速度加快,也使得Git不会因为仓库中充满大文件而损失性能。 ### Git LFS 下载和安装 -> 注意:安装 Git LFS 需要 Git 的版本不低于 1.8.5 -> Git LFS 官网: https://git-lfs.github.com/ +> 注意:安装 Git LFS 需要 Git 的版本不低于 1.8.5 +> Git LFS 官网: https://git-lfs.github.com/ > CODECHINA mirror 过来Git LFS的地址:https://codechina.csdn.net/mirrors/git-lfs/git-lfs #### Linux 系统