When I was pushing my comit to master, I saw this:
remote: error: GH001: Large files detected.
remote: error: Trace: 9e66701c691af788607f53b193b6cfe1
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File mongodb/journal/prealloc.2 is 424.62 MB; this exceeds GitHub's file size limit of 100.00 MB
Then I removed all the directory mongo
, but the error is still the same.
I tried to git reset --hard
and more commands like I found here, here and here but didn't solve the error
I'm using Ubuntu 14.04 LTS and it was while uploading a new repository.
Thank you
EDIT:
When I do a git reset --hard
the directory mongo
appears again.