gitmaster server problem? - Mailing list pgsql-hackers

From Bruce Momjian
Subject gitmaster server problem?
Date
Msg-id ZsDSr1iTE6p6ieW7@momjian.us
Whole thread Raw
Responses Re: gitmaster server problem?
List pgsql-hackers
About 20 minutes ago I starting getting gitmaster pull errors:

    $ git pull ssh://git@gitmaster.postgresql.org/postgresql.git
    ssh: connect to host gitmaster.postgresql.org port 22: Connection timed
    out
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.

Public git seems fine:

    $ git pull https://git.postgresql.org/git/postgresql.git
    From https://git.postgresql.org/git/postgresql
     * branch                    HEAD       -> FETCH_HEAD
    Already up to date.

Can anyone confirm or report on the cause?

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: Restart pg_usleep when interrupted
Next
From: Matthias van de Meent
Date:
Subject: Re: gitmaster server problem?