Обсуждение: Files not reachable in Git-Repos
Hello from Germany,
Whilst investigating a software issue in one of the repos of the PostgreSQL-project, I stumbled upon the error, that none of the files in the repository are available to us.
Specifically I am trying to reach this file, but it goes for a lot or even all of the files.
When trying to reach the file(s), we see an HTTP 429 - Too many Requests error.
I tried different methods of reaching the file (office, VPN to different locations, different device, private connection, cell connection) but nothing is working.
Are you aware of the problem and would you be able to give me an ETA on, when the git will be up and running again?
Kind regards and best wishes,
Lukas Schürmann
Techniker Krankenkasse (public health insurance), Hamburg, Germany
On 10/28/25 02:49, Schürmann, Lukas wrote: > Hello from Germany, > > Whilst investigating a software issue in one of the repos of the > PostgreSQL-project, I stumbled upon the error, that none of the files in > the repository are available to us. > Specifically I am trying to reach this file, but it goes for a lot or > even all of the files. > https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob_plain;f=rpm/ > redhat/main/common/python3.12-six/EL-9/python3.12-six.spec;hb=HEAD > <https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob_plain;f=rpm/ > redhat/main/common/python3.12-six/EL-9/python3.12-six.spec;hb=HEAD> > When trying to reach the file(s), we see an HTTP 429 - Too many Requests > error. > I tried different methods of reaching the file (office, VPN to different > locations, different device, private connection, cell connection) but > nothing is working. > Are you aware of the problem and would you be able to give me an ETA on, > when the git will be up and running again? See this post: https://www.postgresql.org/message-id/3843360.1755060729%40sss.pgh.pa.us In particular the suggestion to use: https://github.com/postgres/postgres > > Kind regards and best wishes, > Lukas Schürmann > Techniker Krankenkasse (public health insurance), Hamburg, Germany -- Adrian Klaver adrian.klaver@aklaver.com
On 10/29/25 07:31, Adrian Klaver wrote: > On 10/28/25 02:49, Schürmann, Lukas wrote: >> Hello from Germany, >> > See this post: > > https://www.postgresql.org/message-id/3843360.1755060729%40sss.pgh.pa.us > > In particular the suggestion to use: > > https://github.com/postgres/postgres I just realized this will not work for you as you want files from here: https://git.postgresql.org/gitweb/?p=pgrpms.git;a=summary and that is not mirrored. > >> >> Kind regards and best wishes, >> Lukas Schürmann >> Techniker Krankenkasse (public health insurance), Hamburg, Germany > > -- Adrian Klaver adrian.klaver@aklaver.com
Adrian Klaver <adrian.klaver@aklaver.com> writes: > I just realized this will not work for you as you want files from here: > https://git.postgresql.org/gitweb/?p=pgrpms.git;a=summary > and that is not mirrored. "git clone" is your friend. Keep a local copy instead of relying on someone else's. regards, tom lane