Re: Weird git messages

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Weird git messages
Date: 2011-08-11 20:16:20
Message-ID: 1313093780.6322.18.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, 2011-08-11 at 22:08 +0200, Guillaume Lelarge wrote:
> Hi,
>
> When pushing my last commit, I got some weird messages:
>
> [master!git.pgadmin3]$ git push
> Counting objects: 37, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (19/19), done.
> Writing objects: 100% (19/19), 3.58 KiB, done.
> Total 19 (delta 18), reused 0 (delta 0)
> Auto packing the repository for optimum performance.
> fatal: protocol error: bad line length character: Remo
> error: error in sideband demultiplexer
> To ssh://git(at)git(dot)postgresql(dot)org/pgadmin3.git
> f75720d..43693e1 master -> master
> error: failed to push some refs to
> 'ssh://git(at)git(dot)postgresql(dot)org/pgadmin3.git'
>
> If I try another git push, it seems good:
>
> [master!git.pgadmin3]$ git push
> Everything up-to-date
>
> Not sure what happened here. I'm downloading the repo in another
> directory to check if everything is fine.

It worked. I can checkout branches, and compile on master works fine.
Guess I didn't break anything? Hope so, at least.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-11 20:16:43 Re: Fixing issues between objects and properties dialogs
Previous Message Guillaume Lelarge 2011-08-11 20:08:39 Weird git messages