<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://docs.nkosi.org/index.php?action=history&amp;feed=atom&amp;title=Git_Large_File_Storage</id>
	<title>Git Large File Storage - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://docs.nkosi.org/index.php?action=history&amp;feed=atom&amp;title=Git_Large_File_Storage"/>
	<link rel="alternate" type="text/html" href="https://docs.nkosi.org/index.php?title=Git_Large_File_Storage&amp;action=history"/>
	<updated>2026-04-06T13:26:04Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://docs.nkosi.org/index.php?title=Git_Large_File_Storage&amp;diff=7695&amp;oldid=prev</id>
		<title>Banto Palmarino: Criou página com &#039;Para caso de arquivos com o tamanho acima de 50M o github recomenda a utilização do Git LFS  Instalando &lt;source lang=&quot;bash&quot;&gt; sudo apt-get install git-lfs &lt;/source&gt;  dentro d...&#039;</title>
		<link rel="alternate" type="text/html" href="https://docs.nkosi.org/index.php?title=Git_Large_File_Storage&amp;diff=7695&amp;oldid=prev"/>
		<updated>2022-01-16T00:22:14Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039;Para caso de arquivos com o tamanho acima de 50M o github recomenda a utilização do Git LFS  Instalando &amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt; sudo apt-get install git-lfs &amp;lt;/source&amp;gt;  dentro d...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Para caso de arquivos com o tamanho acima de 50M o github recomenda a utilização do Git LFS&lt;br /&gt;
&lt;br /&gt;
Instalando&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install git-lfs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
dentro do repositório git rode o comando&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git lfs install&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
adicionando formato de arquivo .tar.gz&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git lfs track &amp;quot;*.tar.gz&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
fazendo o commit com os arquivos .tar.bz&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git add .&lt;br /&gt;
git commit -m &amp;quot;Add tar.gz file&amp;quot;&lt;br /&gt;
git push&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Referências ==&lt;br /&gt;
* https://imasters.com.br/codigo/github-arquivos-100mb&lt;br /&gt;
* https://pt.stackoverflow.com/questions/436352/github-arquivos-grandes-ficam-corrompidos&lt;br /&gt;
* https://git-lfs.github.com/&lt;br /&gt;
* https://github.com/git-lfs/git-lfs/wiki/Installation&lt;/div&gt;</summary>
		<author><name>Banto Palmarino</name></author>
	</entry>
</feed>