성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] 그냥 RSS Reader 기능과 약간의 UI 편의성 때문에 사용...
[이종효] 오래된 소프트웨어는 보안 위협이 되기도 합니다. 혹시 어떤 기능...
[정성태] @Keystroke IEEE의 문서를 소개해 주시다니... +_...
[손민수 (Keystroke)] 괜히 듀얼채널 구성할 때 한번에 같은 제품 사라고 하는 것이 아...
[정성태] 전각(Full-width)/반각(Half-width) 기능을 토...
[정성태] Vector에 대한 내용은 없습니다. Vector가 닷넷 BCL...
[orion] 글 읽고 찾아보니 디자인 타임에는 InitializeCompon...
[orion] 연휴 전에 재현 프로젝트 올리자 생각해 놓고 여의치 않아서 못 ...
[정성태] 아래의 글에 정리했으니 참고하세요. C# - Typed D...
[정성태] 간단한 재현 프로젝트라도 있을까요? 저런 식으로 설명만 해...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>Github의 50MB 파일 크기 제한 - warning: GH001: Large files detected. You may want to try Git Large File Storage</h1> <p> 현재 github에 50MB 이상의 파일을 commit하면 이런 오류가 발생합니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Opening repositories: E:\git_clone\ffmpeg_autogen_cs Commit 2e9dc2fa created locally in repository E:\git_clone\ffmpeg_autogen_cs Enumerating objects: 14, done. Delta compression using up to 24 threads Total 12 (delta 2), reused 0 (delta 0), pack-reused 0 Remote: Resolving deltas: 0% (0/2) Remote: Resolving deltas: 50% (1/2) Remote: Resolving deltas: 100% (2/2) Remote: Resolving deltas: 100% (2/2), completed with 2 local objects. Remote: warning: See http://git.io/iEPt8g for more information. Remote: warning: File Libraries/x64/avcodec-59.dll is 66.78 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB Remote: warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. To https://github.com/stjeong/ffmpeg_autogen_cs.git ceaebbe..2e9dc2f master -> master </pre> <br /> 해결 방법은, 링크를 통해 제공하고 있으니 침착하게 대응하시면 됩니다. ^^ 그러니까, "Git Large File Storage" 파일을 다운로드해,<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Git Large File Storage ; <a target='tab' href='https://git-lfs.github.com/'>https://git-lfs.github.com/</a> </pre> <br /> (2022-04-17 기준 3.1.2 버전의) git-lfs-windows-v3.1.2.exe 파일을 실행해 설치하면 끝입니다. 이후, github repo의 로컬 프로젝트 경로에서 다음과 같이 50MB 크기가 되는 파일을 ".gitattributes"에 설정하는 다음의 명령어를 실행하면 됩니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > // 크기가 50MB 이상이 되는 파일이 DLL이므로. E:\git_clone\ffmpeg_autogen_cs> <span style='color: blue; font-weight: bold'>git lfs track "*.dll"</span> </pre> <br /> 위의 명령어를 실행하면 ".gitattributes"에 다음의 내용이 추가되는데,<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > *.dll filter=lfs diff=lfs merge=lfs -text </pre> <br /> 따라서 굳이 "git lfs ..." 명령어를 실행할 필요 없이 저 내용을 ".gitattributes" 파일에 직접 추가해도 됩니다.<br /> <br /> 이렇게 하고, 다시 sync를 하면 이번엔 이전과는 달리 정상적으로 commit이 됩니다.<br /> <br /> <hr style='width: 50%' /><br /> <br /> 참고로, 문서를 대충 보면, github 측에서 운영하는 파일 시스템이 50MB 크기로 제한돼 있는데 저 lfs 확장을 사용해 업로드(?)하면 50MB로 분할해서 관리한다고 합니다.<br /> </p><br /> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
6877
(왼쪽의 숫자를 입력해야 합니다.)