Problems uploading repository
Hello,
I'm having problems uploading my final project materials...
I think my problem is the same that appeared here :academany/fabacademy/2020/class#56 (closed)
But none of the solutions mentioned worked...
Hello,
I'm having problems uploading my final project materials...
I think my problem is the same that appeared here :academany/fabacademy/2020/class#56 (closed)
But none of the solutions mentioned worked...
One of your commits is clearly bigger than 10MB. You need to find which is the commit who has the problem and either do a rebase interactive to remove the offending file or do a reset (be careful, you will remove everything you have done till the given commit, so you should have somewhere a backup of your files) remove the offending files and push it again (in this case using push -f). The rebase is always better, but more complicated. Have a look to this post: #2 (closed).
closed