Skip to content

Unity Library 100MB 초과로 인한 깃허브 푸시 실패 #3

@rhkr8521

Description

@rhkr8521

해결방법)

#주의사항 파일 Commit 전 수행

  1. macOS : brew install git-lfs / Windows : https://git-lfs.github.com/ 에서 Git LFS 설치
  2. Git LFS 초기화 : git lfs install
  3. 100MB이상 파일 추적할 파일 형식 설정)
    git lfs track ".dll"
    git lfs track "
    .so"
    git lfs track "*.dylib"
    git lfs track "Library/PackageCache/[email protected]/.Runtime/hostmac/dsymutil"
  4. .gitattributes 파일 추가 : git add .gitattributes

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions