-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Due to the file limit of 100MB enforced by GitHub, I got an error stating that I should look into Git LFS for large binary files while pushing the OpenCV SDK v3.3.0. I quickly viewed the tutorials and have gotten all binary files (*.a and *.so) to be tracked by Git LFS on GitHub. However I failed to realize that there is a quota on the use of Git LFS and bypassing that would restrict certain things. The issue appeared today and for now I believe that certain users are facing an issue in cloning or forking this repo. GitHub's quota limits on Git LFS are quite strict and not useful and requires users to install an extra tool. Hence I'll have to look into other solutions to store these large binaries. For now I'll be trying to revert the SDK back to 3.2.0 to keep the repo working and capable of being cloned/forked by users while I look for further solutions for this. If anyone has a suggestion/solution I'll be happy to check it out.
For further information check the following: