I can not push because of a file that exceeds the maximum size. I have seen that there are similar discussions, but following the various solutions I have failed to solve. Here the error with the command git push:
Counting objects: 249, done. Delta compression using up to 4 threads. Compressing objects: 100% (127/127), done. Writing objects: 100% (130/130), 2.15 MiB | 48.00 KiB/s, done. Total 130 (delta 93), reused 1 (delta 0) remote: Resolving deltas: 100% (93/93), completed with 49 local objects. remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. remote: error: Trace: 8be5f11b65960921d4f91b11ce867549 remote: error: See http://git.io/iEPt8g for more information. remote: error: File release/RandomSamples.txt is 112.68 MB; this exceeds GitHub's file size limit of 100.00 MB To HERE ADDRESS REPOSITORY ! [remote rejected] MYBRANCH -> MYBRANCH (pre-receive hook declined) What can I do?