I have upload a file that is too big for bitbucket.
It was a mistake of me.
bitbucket is for scripts not a big DB.
I have tried to do my steps:
git rm --cached <myTooBigFile>
git commit -am "This was too Big and it it not script,"
git push
Everithing have been accepted but when i try do make some other modification on other files, it refuse and mentionned that I am taking too much space...
I also tried directly on the web site
I went to the remote repository's website > Source > select branch > select folder > select file to be deleted > Edit > Delete > Commit.
But it didn't work.
and this also didn't work;
https://stackoverflow.com/questions/6313126/how-to-remove-a-directory-from-git-repository/6313301#6313301
any suggestion to remove this too big file that blocs everything else , please?
Thank you very much