해결방법) #주의사항 파일 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/com.unity.burst@1.8.13/.Runtime/hostmac/dsymutil" 4. .gitattributes 파일 추가 : git add .gitattributes
해결방법)
#주의사항 파일 Commit 전 수행
git lfs track ".dll"
git lfs track ".so"
git lfs track "*.dylib"
git lfs track "Library/PackageCache/com.unity.burst@1.8.13/.Runtime/hostmac/dsymutil"