1
git-lfs
으로 작업하여 800+ MB 바이너리를 github.com에 푸시하여 배포하고 싶습니다. 내가git-lfs가 github.com에 파일 크기 이상을 밀어 넣을만한 이유가 있습니까?
git lfs install
git lfs track [file]
git add [file]
git commit -m "[message]
git push origin [branch]
후
> git push origin installer
Git LFS: (0 of 1 files) 65.72 MB/860.12 Connection to github.com closed by remote host.
Git LFS: (0 of 1 files) 1.03 GB/860.12 MB
을보고 있어요 파일의 크기를 초과하는 예상되는 동작 /하지 버그가 있다는 어떤 변화가 있습니까?
모듈로 나누고 100MB 이하로 유지할 것을 고려하고 있지만 문제가 여전히 궁금합니다.
나는 how to work with large files on github.com을 알고 있습니다.
저는 우분투 16.10 및 공개 github.com 저장소에서 git-lfs
1.5.3을 사용하고 있습니다.
https://help.github.com/articles/working-with-large-files/ [힘내 LFS의 –
가능한 복제 - "이 GitHub의의 파일 크기 제한을 초과 100.00 MB의 ""(http://stackoverflow.com/questions/33330771/git-lfs-this-exceeds-githubs-file-size-limit-of-100-00-mb) –
어떻게 그 이유를 설명합니다 1.03 GB 파일이 860 MB 일 때 푸시됩니까? –