Publicamos atualizações frequentes em nossa documentação, e a tradução desta página ainda pode estar em andamento. Para obter as informações mais recentes, acesse a documentação em inglês. Se houver problemas com a tradução desta página, entre em contato conosco.

Esta versão do GitHub Enterprise foi descontinuada em 2021-03-02. Nenhum lançamento de patch será feito, mesmo para questões críticas de segurança. Para obter melhor desempenho, melhorar a segurança e novos recursos, upgrade to the latest version of GitHub Enterprise. Para ajuda com a atualização, contact GitHub Enterprise support.

Conditions for large files

GitHub Enterprise Server limits the size of files allowed in repositories, and will block a push to a repository if the files are larger than the maximum file limit.

Neste artigo

Dica: Se você fizer regularmente push de arquivos grandes para your GitHub Enterprise Server instance, considere usar Git Large File Storage (Git LFS). Para obter mais informações, consulte "Versioning large files."

Warning for files larger than 50 MB

If you attempt to add or update a file that is larger than 50 MB, you will receive a warning from Git. The changes will still successfully push to your repository, but you can consider removing the commit to minimize performance impact. For more information, see "Removing files from a repository's history."

Blocked pushes for large files

By default, GitHub Enterprise Server blocks pushes that exceed 100 MB. However, a site administrator can configure a different limit for your GitHub Enterprise Server instance. For more information, see "Setting Git push limits".