Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- sts4
- git 대용량 파일
- git 최초 설정
- 사전설치
- 정적 라이브러리에서 MFC 사용
- OpenCPN설치
- OpenCPN
- _sprintf
- c++ Broadcast
- SQLite3
- ExtendWith
- 멀티바이트 문자 집합 사용
- c++ set struct
- 의존주입
- LINK2001
- 설치 테스트
- 확인할 수 없는 외부 기호
- Plugins
- .gitattributes
- __snprintf
- winsock.h Broadcast
- Flutter
- MFC
- c2678
- esp-wroom-32d
- OpenXLSX 한글
- Console
- Mqtt
- __vsnprintf
- wxWidget
Archives
- Today
- Total
목록LFS (1)
세상을 이롭게

github에선 100MB 이상의 대용량 파일을 올리려 하면 에러가 난다. 이를 위해 친절한 github는 LS 라는 것을 배포하였다. LFS란 크기가 큰 파일을 다루기 위해서 github에서 제공하는 오픈소스이며, 용량이 큰 파일, 혹 binary 파일들을 별도로 관리하도록 한다. 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 li..
Git
2022. 8. 5. 16:54