I'm new to the git / github interface and I had a problem that I can't solve. I added a file that exceeds the github size limit (I didn't know there was a limit) and when I proceeded with the routine of committing the following error:
$ git push -u origin master
Enumerating objects: 979, done.
Counting objects: 100% (979/979), done.
Delta compression using up to 4 threads
Compressing objects: 100% (955/955), done.
Writing objects: 100% (966/966), 701.62 MiB | 1.87 MiB/s, done.
Total 966 (delta 560), reused 0 (delta 0)
remote: Resolving deltas: 100% (560/560), completed with 6 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: e381cf3e4d0af4532f85455ca510e90e
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File dynamo/dynamo_2_x_para_revit/DynamoInstall2.0.3.exe is 212.07 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/renatogcruz/3D_BIM.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/renatogcruz/3D_BIM.git'
Note 1 - git version 2.21.0.windows.1; Note 2 - as the file was not necessary for the repository, as soon as the problem arose, I deleted the file from the directory and so on; Note 3 - even with the problem, I continue to develop the work. So, the solution must maintain the current stage of the work. Thanks