Hello! We are a team of students and we are working on a game project.
We just now realized we can't push our changes anymore due to our repository going over 2GB size. So, therefore, I went in and deleted a bunch of unneeded files and also added more folders to the .gitignore. I removed more than 1GB of files, but it still doesn't let me push and says I have a 2GB repository.
I tried using the command line and typed:
git reset --hard HEAD~1
git push --force
git gc
But it still doesn't let me. Can someone please help? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.