git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Vincent B." <vb@luminar.eu.org>
To: git@vger.kernel.org
Subject: Unable to clone a repo over an IPv6 link local address: port got trimmed to 4 chars
Date: Tue, 24 Jun 2014 14:47:26 +0200	[thread overview]
Message-ID: <53A9735E.8080604@luminar.eu.org> (raw)

I discovered an issue while trying to clone a git repo over an IPv6 link-local address:

[vb@nerenyi ~/code/ocaml-llnet]% LANG=C git clone "http://[fe80::226:c6ff:fe50:efa0%wlan0]:33075/repo"

Cloning into 'repo'...
fatal: unable to access 'http://[fe80::226:c6ff:fe50:efa0%wlan0]:33075/repo/': Failed to connect to fe80::226:c6ff
:fe50:efa0 port 3307: Connection refused

It tries to connect to port 3307, and not 33075, strangely.

Cheers,

Vincent Bernardoff

             reply	other threads:[~2014-06-24 12:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24 12:47 Vincent B. [this message]
2014-06-24 13:15 ` Unable to clone a repo over an IPv6 link local address: port got trimmed to 4 chars Torsten Bögershausen
2014-06-24 13:19   ` Vincent B.

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=53A9735E.8080604@luminar.eu.org \
    --to=vb@luminar.eu.org \
    --cc=git@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).