I am trying to migrate from bitbucket to github. What I did was remove the bitpack from the remote computer and add my github account instead. Then I tried git push -u origin master , but got a large file detected error, and then this exceeds Github file size limit of 100MB .
I know which file creates the problem, and I deleted it a few commits back, but since it is still in the previous compilers it still creates problems.
How can i fix this?
source share