Original Discord Post by newbietechbro | 2024-07-25 00:42:42
I try to push my files to github and I have this error: Assets/Convai/Plugins/Grpc.Core/runtimes/ios/libgrpc.a is 966.92 MB; this exceeds GitHub’s file size limit of 100.00 MB
It seems like this file keeps getting significantly larger, is this normal?
Hi <@796390213164859422> iOS DLL is pretty large, one solution that we can suggest is not track the DLL on Github and download the DLL on every system of your team
Reply by raghuvanshagarwal | 2024-07-26 19:15:05
Hi <@796390213164859422> iOS DLL is pretty large, one solution that we can suggest is not track the DLL on Github and download the DLL on every system of your team
oh I am working as a single person, and have been keeping track of the file through git LFS, should i just untrack it and not stage/commit it everytime then?