I had one large file commit and push, but then it failed. After that I removed the large file, and ignore it in git, but since then no more push is working at all.
How to fix it?
==[IDE]== Jan 17, 2017 1:25:30 AM Pushing - sip-phone
git branch
git remote -v
setting up remote: origin
git submodule status
git push git@github.com:xxxxx/sip-phone.git refs/heads/master:refs/heads/master
Resolving deltas: 100% (22/22), completed with 3 local objects.
error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
error: Trace: xxfxxxxxx73bfbfecaba
error: See http://git.io/iEPt8g for more information.
error: File tls/tb/plugin/Safari.pkg is 126.54 MB; this exceeds GitHub's file size limit of 100.00 MB
Remote Repository Updates
Branch Update : master
Old Id : b739976f2dfc95d6c79810a66e3ec87e5ad5e12b
New Id : e06457ec3487834e8129ac511d7f7036f2f34b5b
Result : REJECTED_OTHER_REASON
Local Repository Updates
==[IDE]== Jan 17, 2017 1:26:51 AM Pushing - sip-phone finished.
Thanks in advance.