Re: git pull -> HTTP error 429 (too many requests)
Georg-Johann Lay via Gcc <[email protected]>
| Newsgroups | gmane.comp.gcc.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 11.08.26 um 13:28 schrieb Josef Melcr: > On Tue Aug 11, 2026 at 11:36 AM CEST, Georg-Johann Lay via Gcc wrote: >> I am getting this error when trying to access the gcc git repo: >> >> gjl@cfarm121:~/gnu/source/gcc-master$ git pull >> fatal: unable to access 'https://gcc.gnu.org/git/gcc.git/': The >> requested URL returned error: 429 > > Try 'git://' instead of 'https://'. Thanks, that worked. Johann >> This happens on cfarm 121, and I am getting same error for Binutils >> from sourceware. >> >> Johann > > Josef