Re: Cannot push to git.postgresql.org

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-www(at)postgreSQL(dot)org
Subject: Re: Cannot push to git.postgresql.org
Date: 2010-08-08 20:38:41
Message-ID: 4C5F15D1.1010602@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 8/8/10 1:07 PM, Josh Berkus wrote:
> All,
>
> I'm trying to commit initial files to the "press" project on
> git.postgresql.org. However, when I try to do git push, I get:
>

Ignore previous error. I've narrowed down my problem to the fact that
the "master" branch was not created when my repo on git.postgresql.org
was created:

Sidney-Stratton:press josh$ git branch
* master
Sidney-Stratton:press josh$ git fetch origin master
fatal: Couldn't find remote ref master
Sidney-Stratton:press josh$ fatal: The remote end hung up unexpectedly

Anyway, I fixed this by pushing the local branch, but I noticed that
there are no docs on workng with a *new* blank repo on
git.postgresql.org. Adding some.

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

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Brendan Jurd 2010-08-09 03:15:01 Patch email to -hackers fell into a black hole
Previous Message Josh Berkus 2010-08-08 20:07:39 Cannot push to git.postgresql.org