Hmm, now some of the repositories accessed by "gclient sync" are failing with HTTP 403 (Forbidden):
fatal: unable to access 'https://chromium.googlesource.com/chromium/src/third_party/fuzztest.git/': The requested URL returned error: 403 We're totally blocked. Any suggestions? On Monday, April 6, 2026 at 12:59:00 PM UTC-4 ClearScript Developers wrote: > Folks, > > Our build scripts are suddenly unable to fetch sources due to HTTP 429 > (Too Many Requests), each attempt seemingly failing on a different > repository. Here's the relevant section of our script: > > git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git > PATH=$PWD/depot_tools:$PATH > gclient config https://chromium.googlesource.com/v8/v8 > gclient sync -r [commit] > > Are we doing something wrong? We've used this procedure for years. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/v8-dev/18a5ba1b-6220-4f63-a68b-d0a0e8586117n%40googlegroups.com.
