• Home
  • About
    • Seokmin.Lee photo

      Seokmin.Lee

      Hello, I am a master's student in the Department of Convergence Security (Samsung Advanced Security) at Korea University.After graduation, I am expected as a security developer or researcher member of Samsung SDS.

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Tags

[git]대용량파일 올리기

31 Aug 2021

git LFS 설치

sudo apt-get install git-lfs

git lfs install

100mb 이상파일 tracking해주기

git lfs track “*.csv”

git push 진행

그렇다면 다운로드 할때는!?

git pull을 진행해준다.

그 이후에 git lfs pull을 추가적으로 진행해준다.

ref

https://miiingo.tistory.com/333



git Share Tweet +1