All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Nieder <jrnieder@gmail.com>
To: "João Joyce" <joao.joyce@netcabo.pt>
Cc: git@vger.kernel.org,
	Konstantin Khomoutov <flatworm@users.sourceforge.net>
Subject: Re: git send-pack: protocol error: bad band #50
Date: Thu, 11 Apr 2013 11:37:58 -0700	[thread overview]
Message-ID: <20130411183758.GL27070@google.com> (raw)
In-Reply-To: <51665D08.3030307@netcabo.pt>

Hello,

João Joyce wrote:

> I am not sure this is the right place to ask this.

You're in the right place.

[...]
> I am trying to push some files to a server with git push. I have
> configured the server to push the files:
>     git remote set-url test ssh://user@location.com:2200/fullpath/
>
> but I am getting the following error:
>     git send-pack: protocol error: bad band #50
>     fatal: The remote end hung up unexpectedly

That means that where git expected to read a binary sideband number,
it instead received the byte \x32 (ASCII '2').

Without more details, it's hard to debug this further.  Can you get
a trace of the communication by setting the envvar
GIT_TRACE_PACKET=/tmp/log on the client?

Thanks and hope that helps,
Jonathan

  parent reply	other threads:[~2013-04-11 18:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11  6:49 git send-pack: protocol error: bad band #50 João Joyce
2013-04-11  9:26 ` Konstantin Khomoutov
2013-04-11 18:37 ` Jonathan Nieder [this message]
2013-04-11 23:38   ` João Joyce
2013-04-13 11:03     ` Fwd: " João Joyce
2013-04-15  1:04       ` Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130411183758.GL27070@google.com \
    --to=jrnieder@gmail.com \
    --cc=flatworm@users.sourceforge.net \
    --cc=git@vger.kernel.org \
    --cc=joao.joyce@netcabo.pt \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.