<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lfs on Commentary of Takao</title><link>https://takao.blog/zh/tags/lfs/</link><description>Recent content in Lfs on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>zh</language><copyright>Commentary of Takao</copyright><lastBuildDate>Wed, 15 Jul 2026 22:01:08 +0900</lastBuildDate><atom:link href="https://takao.blog/zh/tags/lfs/index.xml" rel="self" type="application/rss+xml"/><item><title>Git LFS：管理存储库中的大文件</title><link>https://takao.blog/zh/web/git-lfs/</link><pubDate>Tue, 26 Nov 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh/web/git-lfs/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/git-lfs-zh.png" alt="Featured image of post Git LFS：管理存储库中的大文件" /&gt;&lt;h2 id="介绍"&gt;介绍
&lt;/h2&gt;&lt;p&gt;Git 是为文本文件而不是大型二进制文件设计的。当大文件进入 Git 存储库时，克隆时间会增加，存储库大小会膨胀，并且 &lt;code&gt;git log&lt;/code&gt; 等操作会变慢。 Git LFS（大文件存储）通过用存储库中的文本指针文件替换大文件，同时将实际内容存储在远程服务器上来解决这个问题。&lt;/p&gt;</description></item></channel></rss>