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 |
Tags
- SWIFT
- windowScene
- 잡초가득블로그
- RxCocoa
- conflicting access to memory
- RIBs Tutorial
- 메모리 접근 충돌
- Large File Storage
- ios
- Ribs
- iOS Target
- Dispatch.main.sync
- Automatically manage signing
- coordinateSpace
- Github file size
- 대머리깃허브
- swiftdocs
- Git Large File Storage
- RxSwift
- App Signing
- Concurrent
- 로버트마틴형
- rib
- 클린아키텍쳐
- in-out
- Apple Certificate
- Dependency Rule
- memory safety
- iOS 버전 점유율
- UICoordinateSpace
Archives
- Today
- Total
목록Large File Storage (1)
빙수왕의 개발일지
LFS (Git Large File Storage)
LFS란? LFS는 Git Large File Storage의 약자로, 깃에서 큰!! 파일을 업로드하거나 다운로드할 때 사용하는 오픈소스 Git Extension이다. 원래 GitHub에서는 파일 1개 당 용량이 50mb을 넘으면 warning, 100mb를 넘으면 error을 뱉는다. 참조 https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage LFS는 어떤 원리인가? Git LFS는 파일에 대한 "참조"를 저장소에 저장하여 대용량 파일을 처리하지만, 실제 파일 자체는 저장하지 않는다. Git의 아키텍처를 해결하기 위해 Git LFS는 실제 파일(다른 곳에 저장됨)..
개발/그 외
2021. 12. 15. 01:37