Git Lfs 하는 방법 보러 오시오!
VR하는소년
Git LFS Git Large File StorageGit 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.github.com먼저 위 링크에 들어가서 LFS를 다운받습니다.push해야 할 폴더에 우클릭하고 Git Bash Here (혹은 터미널)을 찾습니다.1단계로 git lfs install을 해줍니다.성공적으로 install이 되면 위 사진 메세..