무료 푸시 한도
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)
자세한 내용은 https://docs.gitlab.com/ee/user/free_user_limit.html을 참조하십시오.
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과 함께 작동하도록 설계되었습니다.
피드백
이 한도에 대한 피드백이 있으시면 이슈 428188에서 공유해 주십시오.