Обсуждение: git.postgresql.org is broken?

Поиск
Список
Период
Сортировка

git.postgresql.org is broken?

От
Josh Berkus
Дата:
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


Re: git.postgresql.org is broken?

От
Dave Page
Дата:
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
forreading, but for commit/push you need to use ssh.<br /><br />On Friday, September 2, 2011, Josh Berkus <<a
href="mailto:josh@agliodbs.com">josh@agliodbs.com</a>>wrote:<br /> > All,<br />><br />> Sidney-Stratton:9.1
josh$git push<br />> fatal: The remote end hung up unexpectedly<br />><br />> Everyone trying to use the press
repositoryon <a href="http://git.postgresql.org">git.postgresql.org</a> is<br /> > currently getting that. The above
isafter a successful git pull from<br />> the same repository.  <a
href="http://git.postgresql.org/press">git.postgresql.org/press</a>was working normally 2<br />> days ago.<br
/>><br/> > Please fix ASAP; this is preventing us from working on the 9.1 release docs.<br />><br />>
Configurationis:<br />><br />> [core]<br />>        repositoryformatversion = 0<br />>        filemode =
true<br/>>        bare = false<br /> >        logallrefupdates = true<br />>        ignorecase = true<br
/>>[remote "origin"]<br />>        fetch = +refs/heads/*:refs/remotes/origin/*<br />>        url = git://<a
href="http://git.postgresql.org/git/press">git.postgresql.org/git/press</a><br/> > [branch "master"]<br />>      
 remote= origin<br />>        merge = refs/heads/master<br />><br />><br />> --<br />> Josh Berkus<br
/>>PostgreSQL Experts Inc.<br />> <a href="http://pgexperts.com">http://pgexperts.com</a><br /> ><br />>
--<br/>> Sent via pgsql-www mailing list (<a href="mailto:pgsql-www@postgresql.org">pgsql-www@postgresql.org</a>)<br
/>>To make changes to your subscription:<br />> <a
href="http://www.postgresql.org/mailpref/pgsql-www">http://www.postgresql.org/mailpref/pgsql-www</a><br/> ><br /><br
/>--<br />Dave Page<br />Blog: <a href="http://pgsnake.blogspot.com" target="_blank">http://pgsnake.blogspot.com</a><br
/>Twitter:@pgsnake<br /><br />EnterpriseDB UK: <a href="http://www.enterprisedb.com"
target="_blank">http://www.enterprisedb.com</a><br/> The Enterprise PostgreSQL Company<br /><br /> 

Re: git.postgresql.org is broken?

От
Josh Berkus
Дата:
On 9/2/11 2:28 PM, Dave Page wrote:
> 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.

Oh.  Feh, that's not the URI given in the admin screen.  Will fix ...

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


Re: git.postgresql.org is broken?

От
Magnus Hagander
Дата:
On Fri, Sep 2, 2011 at 23:33, Josh Berkus <josh@agliodbs.com> wrote:
> On 9/2/11 2:28 PM, Dave Page wrote:
>> 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.
>
> Oh.  Feh, that's not the URI given in the admin screen.  Will fix ...

AFAICT it gives all three? E.g.
http://git.postgresql.org/gitweb/?p=press.git;a=summary

Or what URL are you looking at?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/