반응형
https://velog.io/@blessoms2017/Git-Git-Large-File-Storage
[Git] Mac OS에서 Git Large File Storage(Git-LFS) 설치하기
서론 깃 설치하다가 난생 처음보는 오류를 겪었다 ㄷㄷ 아 진자 수트레스 내가 겪었던 오류는 다음과 같다 나는 잘못이 없다. 다만 git과 vscode를 remote하고 commit 한 과정을 push했을 때 다음과 같은
velog.io
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
Getting Started 참고
install
brew install git-lfs
start
git lfs install
git lfs track "*.*" # *은 모두, 특정파일 혹은 확장자로 변경 가능 ex) *.csv
git add .
git commit -m "커밋"
git push origin main
'Code > Mac' 카테고리의 다른 글
Homebrew 코드 및 서버 포트확인 및 php 설치법 링크 (0) | 2023.11.28 |
---|---|
vscode extension import & export (mac, terminal) (0) | 2023.11.12 |
git] error: remote unpack failed: index-pack failed (0) | 2023.07.09 |
m1 tensorflow-gpu (0) | 2022.04.28 |
맥 최신 버전에서 HP 프린터(macOS Monterey hp printer driver) (0) | 2022.02.18 |