무료 푸시 한도

Tier: Free, Premium, Ultimate Offering: GitLab.com

무료 티어의 어떤 프로젝트에 새 파일을 푸시할 때 100 MiB 크기 제한이 적용됩니다.

무료 티어의 프로젝트에 100 MiB 이상의 새 파일을 푸시하면 오류가 표시됩니다. 예시:

Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 10 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 100.03 MiB | 1.08 MiB/s, done.
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
remote: GitLab: You are attempting to check in one or more files which exceed the 100MiB limit:

- 257cc5642cb1a054f08cc83f2d943e56fd3ebe99 (123 MiB)
- 5716ca5987cbf97d6bb54920bea6adde242d87e6 (396 MiB)

Please refer to https://docs.gitlab.com/ee/user/free_user_limit.html for further information.
To https://gitlab.com/group/my-project.git
 ! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://gitlab.com/group/my-project.git'

이 오류는 파일의 고유 ID를 나열하며 파일 이름이 아닙니다. 고유 식별자에서 파일 이름을 찾으려면 다음 명령을 실행하세요:

tree -r | grep <id>

Git은 대용량 비텍스트 기반 데이터를 처리하도록 설계되지 않았기 때문에, 이러한 파일에는 Git LFS를 사용해야 합니다. Git LFS는 대용량 파일을 추적하기 위해 Git과 함께 작동하도록 설계되었습니다.

피드백

이 제한에 대한 피드백이 있다면 issue 428188에서 공유해주세요.

관련 주제