대용량 파일을 깃에 업로드할때(100MB 이상), 업로드가 되지 않는 문제가 생깁니다. 문제를 차례대로 해결합시다.
git lfs install
git rm -r --cached "*"
lfs는 .gitattributes를 통해 관리되기 때문에 꼭!
git add .gitattributes
git add (파일명) git commit -m "Add design file" git push origin (브런치명)