I added the metaio framework to my project to play around with it. I kinda got it working, so I branched my github code and checked in. During the push it failed, noting that the library was 150 MB!!!
So, back to the drawing board. I deleted metaio and all the code that was using it. I then made a new branch and checked into that. And when I pushed, I got...
remote: error: GH001: Large files detected.
remote: error: Trace: 9480e8f79b3b6b732bab33a002143676
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File ThirdParty/metaioSDK.framework/metaioSDK is 140.84 MB; this exceeds GitHub's file size limit of 100 MB
I looked, there isn't a single file from metaio left on my machine. But every push causes the same error to occur. The URL doesn't really say where it might be either.
I assume there's something stuck on the server side somewhere... any ideas?