Esta versión de GitHub Enterprise se discontinuó el 2023-03-15. No se realizarán lanzamientos de patch, ni siquiera para problemas de seguridad críticos. Para obtener rendimiento mejorado, seguridad mejorada y nuevas características, actualice a la versión más reciente de GitHub Enterprise. Para obtener ayuda con la actualización, póngase en contacto con el soporte técnico de GitHub Enterprise.
Administrar archivos grandes
Puedes administrar archivos grandes con el Almacenamiento de Archivos Grandes de Git.
About large files on GitHub
GitHub Enterprise Server limits the size of files you can track in regular Git repositories. Learn how to track or remove files that are beyond the limit.
Acerca de Large File Storage de Git
GitHub Enterprise Server limita el tamaño de los archivos permitidos en los repositorios. Para rastrear los archivos más allá de este límite, puedes utilizar Almacenamiento de archivos de gran tamaño de Git.
Instalar Git Large File Storage
Para utilizar Git LFS, tendrás que descargar e instalar un programa nuevo, además de Git.
Configurar el almacenamiento de archivos Git de gran tamaño
Una vez instalado Git LFS, debes asociarlo con un archivo grande del repositorio.
Collaboration with Git Large File Storage
With Git LFS enabled, you'll be able to fetch, modify, and push large files just as you would expect with any file that Git manages. However, a user that doesn't have Git LFS will experience a different workflow.
Moving a file in your repository to Git Large File Storage
If you've set up Git LFS, and you have an existing file in your repository that needs to be tracked in Git LFS, you need to first remove it from your repository.
Removing files from Git Large File Storage
If you've set up Git LFS for your repository, you can remove all files or a subset of files from Git LFS.
Resolver fallas de carga de Git Large File Storage
Si tus archivos Git LFS no se cargaron bien, puedes tomar varias medidas para solucionar los problemas de error de carga.