https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120554
--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Sam James from comment #11) > Why are you downloading it repeatedly? Just run `git pull` every so often. > git is designed to be efficient for small updates. Or if you want independent checkouts and don't want say git worktree, you can at least save network downloads by using git clone --dissociate --reference /some/existing/gcc/.git/ git://gcc.gnu.org/git/gcc.git or so.