Re: git.postgresql.org is broken?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: git.postgresql.org is broken?
Date: 2011-09-02 21:28:30
Message-ID: CA+OCxoznRfjq_2SUzkPmwL5KH_T-g_nsotOZFszN2onLxWwRsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

I'm on an iDevice right now so cannot check anything, but you seem to be
using a git:// URI in the config. That's fine for reading, but for
commit/push you need to use ssh.

On Friday, September 2, 2011, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> All,
>
> Sidney-Stratton:9.1 josh$ git push
> fatal: The remote end hung up unexpectedly
>
> Everyone trying to use the press repository on git.postgresql.org is
> currently getting that. The above is after a successful git pull from
> the same repository. git.postgresql.org/press was working normally 2
> days ago.
>
> Please fix ASAP; this is preventing us from working on the 9.1 release
docs.
>
> Configuration is:
>
> [core]
> repositoryformatversion = 0
> filemode = true
> bare = false
> logallrefupdates = true
> ignorecase = true
> [remote "origin"]
> fetch = +refs/heads/*:refs/remotes/origin/*
> url = git://git.postgresql.org/git/press
> [branch "master"]
> remote = origin
> merge = refs/heads/master
>
>
> --
> Josh Berkus
> PostgreSQL Experts Inc.
> http://pgexperts.com
>
> --
> Sent via pgsql-www mailing list (pgsql-www(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-www
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Josh Berkus 2011-09-02 21:33:47 Re: git.postgresql.org is broken?
Previous Message Josh Berkus 2011-09-02 21:25:26 git.postgresql.org is broken?