Обсуждение: Cannot push to git.postgresql.org

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

Cannot push to git.postgresql.org

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

Received disconnect from 204.145.120.227: 2: Too many authentication
failures for aglio
fatal: The remote end hung up unexpectedly

This is using the exact same password and username which works on the
gitweb admin interface.

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


Re: Cannot push to git.postgresql.org

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