Git

·ETC/Git
Github를 통해 개발을 하다보면 종종 100MB를 초과하는 용량의 파일을 Github에 업로드 해야할 때가 있습니다.GitHub에서는 파일 1개 당 용량이 50MB을 넘으면 warning, 100MB를 넘으면 error로 판단하기 때문에,용량이 100MB를 초과하는 파일을 그냥 commit 후 push하게 되면 다음과 같은 error가 발생합니다.this exceeds Github's file size limit of 100.00MBGH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. 이런 상황에서는 Git LFS를 사용해야합니다.여기서 LFS는 Git Large File ..
Jongjin
'Git' 태그의 글 목록