is there a way to delete the previous incomplete fetch and start it all over again?

718 Views Asked by At

I was fetching the chromium, using

fetch chromium

and unluckily my internet went off . So i pressed ctrl+c to end the fetching process then, assuming i could start it all over again later when internet comes. As the internet came, I wrote fetch chromium again and it said

Error message shown: enter image description here

Will using gclient sync solve the problem itself, or is there a way to delete the previous incomplete fetch and start it all over again? If yes, then how?

2

There are 2 best solutions below

0
On

You can try resuming the fetch with gclient sync, but AFAIK that is not officially supported for incomplete fetches. I have done this successfully in the past, but it may not work for you.

fetch or gclient sync will take a while, possibly a very long time, as the documentation indicates:

Expect the command to take 30 minutes on even a fast connection, and many hours on slower ones.

0
On

It seems the easiest and safest bet to to delete the entire chromium directory / repo and pull it all down again. The drawback is simply how damn long this takes! Be sure to include the --no-history argument when you fetch it!