-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github large file warnings. #3833
Comments
👍, thanks for flagging this. :-) |
Also github has a hard limit of 100MB for individual files in pushes. Although github has a solution for this: integrating and using a new git standard of LFS: https://git-lfs.github.com |
I got an invitation to LFS. Haven't tried it yet, and not exactly sure how it would solve this problem ... but it would be super nice if we could start pushing all static libs over there instead of to the main repo. Does the oF org have access to LFS yet? |
The monthly LFS Data bandwidth afforded by GitHub seems to be quite low so far and might be tied to the user/org billing tier. That said, we could use git-lfs and host the files ourselves still… Each $5USD / month LFS data pack boosts the limits 50GB storage and 50GB bandwidth. |
Yeah you can point git LFS to a custom server for the files. The current github LFS bandwidth is the issue. I am unsure why they have set it so low for now, we would run out of bandwidth with 3 downloads... So potentially the statics could be hosted on http://lfs.openframeworks.cc/0.9.0/libraries/. I am also on the beta. I'll have a look how easy this is to setup. |
@danoli3 let us know what you discover! :) hosting is not an issue as rackspace has graciously offered free cloud servers for OF. |
Yep, we could run the reference Git LFS API server ourselves or write our own API client if we already had some sort of dynamic web app we wanted to build on. Not sure what kind of limits you guys are seeing, but my personal account is running the small plan and LFS is limited to 1GB of storage and 1GB of bandwidth a month. It is possible that the limits are higher for organizations, I'm really not sure but who ever runs the org might be able to request access and find out: https://github.com/early_access/git-lfs |
Yeah, LFS looks potentially nice, but
Aside of that, please continue the discussion in #1805, which is the relevant issue for this topic. OP:
|
Just adding to this, Git LFS went 1.0 and now is embedded in Github. Github Announcement: The protocol is found in the github desktop app pre-installed, however the official git install is here: This looks like our solution. |
We would need to purchase several "data packs" as users and organizations are allocated 1 GB of storage and 1 GB of bandwidth monthly… |
You can host your own server https://github.com/github/lfs-test-server |
Ahh nice, perhaps worth an evaluation post 0.9.0 to see what the deployment and administration story is like on the Rackspace machines for a Go application. Bit of a bummer that it doesn't support password-less or ssh key use yet. |
One could think about having a deployement target in our new cmake build ;) which just builds dependant libs, zips them up and uploads them to the web server where there is already bandwidth available. What do you think? |
This issue is just to acknowledge that we are aware of the large static lib file sizes in our package and are working to fix it with the apothecary scripts. So, if you see warnings like:
when you're pushing to github, we're working on it ...
The text was updated successfully, but these errors were encountered: