Hi i am facing issue with Git not able to push commit to remote.
I have the changes locally.
shammis-MacBook-Air:mlagents shammiseth$ git filter-branch --index-filter 'git rm -r --cached --ignore-unmatch Projects/MLagents/mlagents/Project/Assets/ObstacleCourse/MamimoExport/Rifle 8-Way/‘Ch49_nonPBR.fbx'
WARNING: git-filter-branch has a glut of gotchas generating mangled history
rewrites. Hit Ctrl-C before proceeding to abort, then use an
alternative filtering tool such as 'git filter-repo'
(https://github.com/newren/git-filter-repo/) instead. See the
filter-branch manual page for more details; to squelch this warning,
set FILTER_BRANCH_SQUELCH_WARNING=1.
Proceeding with filter-branch...
Rewrite 2b5367fec11dbaff653711b5bac96d5f6f39c3d3 (4/6) (1 seconds passed, remaining 0 predicted)
WARNING: Ref 'refs/heads/master' is unchanged
shammis-MacBook-Air:mlagents shammiseth$ git push
Username for 'https://github.com':---------
Password for 'https://-----@github.com':
Enumerating objects: 1049, done.
Counting objects: 100% (1049/1049), done.
Delta compression using up to 4 threads
Compressing objects: 100% (1023/1023), done.
Writing objects: 100% (1030/1030), 382.56 MiB | 3.16 MiB/s, done.
Total 1030 (delta 471), reused 0 (delta 0)
remote: Resolving deltas: 100% (471/471), completed with 12 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: 78bb7797ed2695b18da092d0beec85d8af227589361e33ea11a21b534d6338cc
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File Project/Assets/ObstacleCourse/MamimoExport/Rifle 8-Way/Ch49_nonPBR.fbx is 111.62 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/ssshammi/mlagents.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/ssshammi/mlagents.git'
shammis-MacBook-Air:mlagents shammiseth$
Please let me know how i can resolve this issue.