From: "Torsten Bögershausen" <tboegi@web.de>
To: "Vincent B." <vb@luminar.eu.org>, git@vger.kernel.org
Subject: Re: Unable to clone a repo over an IPv6 link local address: port got trimmed to 4 chars
Date: Tue, 24 Jun 2014 15:15:52 +0200 [thread overview]
Message-ID: <53A97A08.2020304@web.de> (raw)
In-Reply-To: <53A9735E.8080604@luminar.eu.org>
On 06/24/2014 02:47 PM, Vincent B. wrote:
> 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
Which OS are you using ?
what does
git --version
give?
And what does this do ?
GIT_CURL_VERBOSE=1 LANG=C git clone "http://[fe80::226:c6ff:fe50:efa0%wlan0]:33075/repo"
next prev parent reply other threads:[~2014-06-24 13:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-24 12:47 Unable to clone a repo over an IPv6 link local address: port got trimmed to 4 chars Vincent B.
2014-06-24 13:15 ` Torsten Bögershausen [this message]
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=53A97A08.2020304@web.de \
--to=tboegi@web.de \
--cc=git@vger.kernel.org \
--cc=vb@luminar.eu.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 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.