Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gclient sync doesn't do anything

Tags:

chromium

I'm running the command:

gclient sync --no-history -j1

However, nothing is happening. Normally the Chromium repositories would sync, but nothing is happening. I have a .gclient file. Any suggestions?

like image 332
Chase Willden Avatar asked Sep 16 '25 20:09

Chase Willden


1 Answers

This command doesn't print information about progress first ~20-30 minutes. Just wait for a while and you will see sync progress. In my environment it takes ~30 minutes until I see progress in terminal.

like image 199
Vladimir Avatar answered Sep 19 '25 16:09

Vladimir