본문 바로가기

카테고리 없음

[github] github에 100mb 이상 파일 push

github에 100mb 이상 파일 올리는 방법을 공유한다. github에서 git-lfs라는 오픈소스를 공개했는데 사용법이 간단한다.

git-lfs 설치 후에,

https://git-lfs.github.com/

 

 

1. 업로드 하려는 local 저장소에서 git lfs install

2. git lfs track "*.csv"      ** "원하는 확장자 or 특정파일명"

3. push 하면 시간 다소 걸리지만 잘 올라간다