github

깃허브 용량 큰 파일 커밋 /깃 유니티 파일 커밋 푸쉬

쫑나리 2023. 10. 23. 19:35
728x90
반응형
SMALL

 

23_11_04 업데이트 내용 :

무료 그런거 없습니다. 용량 GB 이상 이면 5달라 주고 LFS 유료 사용하심이 정신건강에 이롭스니다. ㅎㅎㅎㅎ

 

 

우선 lfs 를 사용하는 방법,

 

깃 데스크탑을 사용하는데 용량이 큰 파일을 알려주며 안된다고 친절하게 설명해준다

 

https://git-lfs.github.com

 

Git Large File Storage

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

git-lfs.com

 

다운로드 후 해당 깃 폴더에서 gitbash를 열어준다

 

 

먼저

git lfs install

git lfs track "*.해당 확장자" 

(깃데스크탑이 친절하게 알려준 파일의 확장자를 넣어주면 된다.)

git add .gitattributes

까지 해주고 커밋, 푸쉬 끄읏!

728x90
반응형
LIST