Hello All, I am trying to push my branch into my Github repository. And Github doesn't allow me to do that since there is a file in tweetbook-demo where the size of a file named "twm.adm" is greater than 100MB. Github says that this is the strict limitation ( https://help.github.com/articles/working-with-large-files/). How can I (we) deal with this issue?
dhcp-v009-243:~/workspace/csvfix/asterixdb$git remote add wangsaeusandbox https://github.com/waans11/incubator-asterixdb-hyracks.git dhcp-v009-243:~/workspace/csvfix/asterixdb$git push wangsaeusandbox wangsaeu/ftsimpl Counting objects: 82459, done. Delta compression using up to 8 threads. Compressing objects: 100% (42269/42269), done. Writing objects: 100% (82459/82459), 82.33 MiB | 1.57 MiB/s, done. Total 82459 (delta 24078), reused 77115 (delta 18779) remote: warning: File asterix-app/data/csv/fragile_02.adm is 90.91 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: warning: File asterix-app/src/main/resources/sdk/static/example/data/fbu.adm is 65.60 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: error: GH001: Large files detected. remote: error: Trace: 09720afa63afc96dd4833b42a425f2ce remote: error: See http://git.io/iEPt8g for more information. remote: error: *File asterix-examples/src/main/resources/tweetbook-demo/static/data/twm.adm is 139.59 MB; this exceeds GitHub's file size limit of 100.00 MB* To https://github.com/waans11/incubator-asterixdb-hyracks.git ! [remote rejected] wangsaeu/ftsimpl -> wangsaeu/ftsimpl (pre-receive hook declined) error: failed to push some refs to ' https://github.com/waans11/incubator-asterixdb-hyracks.git Best, Taewoo
