git 대용량 push (1) 썸네일형 리스트형 [Git] GitHub에 대용량 파일 업로드 하기 (Git lfs) 일반적으로 github에 push할 때 100MB 이상 파일이 있다면 error가 발생하면서 push가 되지 않는다. 그래서 100MB 이상 파일을 업로드 하기 위해서는 git lfs를 사용해야 한다. 1. git lfs 설치 $ git lfs install 2. 100MB 이상 파일 추가 $ git lfs track *.(확장자명) $ git add .gitattributes 3. git commit and push $ git commit $ git push 이전 1 다음