๐ฅError Handling - ๋์ฉ๋ ํ์ผ ์ฒจ๋ถ ํ push ์ค๋ฅ
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### **์ด๋ค ์๋ฌ์ธ๊ฐ์?**
- ํฐ ์ฉ๋์ ์ฐจ์งํ mp4 ํ์ผ์ ์ถ๊ฐํ ํ push ํ ๊ฒฝ์ฐ ์คํจ
### **์๋ฌ ๋ฉ์์ง**
`$ remote: error: File client/src/Page/LpVideo.mp4 is 102.69 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: GH001: Large files detected. You may want to try Git Large File Storage`
### **์๋ฌ ํธ๋ค๋ง ๋ฐฉ๋ฒ**
- ํ์ผ ํฌ๊ธฐ๊ฐ 100MB ์ด๊ณผ์ push ํ ๋ ์๋ฌ๊ฐ ๋ฐ์ํ๋ค.
- git-lfs ๋ฅผ ์ฌ์ฉํ์ฌ ํฐ ํ์ผ๋ค์ ๋ฐ๋ก ๊ด๋ฆฌํ ์ ์๋ค.
`git lfs install` -> lfs ์ค์น
`git lfs track "ํ์ผ๋ช
"` -> 100MB ์ด๊ณผํ๋ ํ์ผ๋ค ๊ด๋ฆฌ๋์์ผ๋ก ์ง์
`git lfs track *` -> ๋๋ ํ ๋ฆฌ ์์ ๋ชจ๋ ํ์ผ๋ค์ ์ง์ ํ ๋ ์ฝ๋
๊ทธ ํ ์ปค๋ฐ ๋ฉ์์ง ์์ฑํ push ์์ ์งํ
### **[Git Large File Storage](https://git-lfs.github.com/)**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.