Somewhere along the line to the huge huge file was added the git repository of the project that I have. When I go to clone this project on a new machine, the project seems to be stuck at 37% for the wait time. This project should be cloned in just a couple of minutes.
How do you know which object causes this long cloning time?
I know how to "git rm" files. Will it delete, even if it is some old object that exists only in history?
I don’t quite understand if, as soon as you “git rm” the file, if it is completely removed from the repository or just goes ahead.
Any help is deeply appreciated!
source
share