public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Corinna Vinschen <vinschen@redhat.com>
To: REGAN David <david.regan@leica-geosystems.com>
Cc: "newlib@sourceware.org" <newlib@sourceware.org>
Subject: Re: Clone the repo
Date: Fri, 09 Aug 2019 08:39:00 -0000	[thread overview]
Message-ID: <20190809083909.GV11632@calimero.vinschen.de> (raw)
In-Reply-To: <VI1PR06MB513392E84867C0985F014AEDCED60@VI1PR06MB5133.eurprd06.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]

On Aug  9 07:55, REGAN David wrote:
> Hi Corinna
> 
> Thank you for your response
> 
> Using git clone git://sourceware.org/git/newlib-cygwin.git I got
> 
> > fatal: unable to connect to sourceware.org:
> > sourceware.org[0: 209.132.180.131]: errno=Invalid argument
                  ^^^
I assume this is the port number and it's obviously wrong.
There's very likely a git service entry missing in
%SystemRoot%\System32\drivers\etc\services.  You can try to add it
like this:

  git                   9418/tcp

or you could try to add the port number to the CLI:

  git clone git://sourceware.org:9418/git/newlib-cygwin.git

> Using git clone https://sourceware.org/git/newlib-cygwin.git
> It apparently did nothing for about 2 minutes and then completed.


Great,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2019-08-09  8:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08 13:58 REGAN David
2019-08-08 15:48 ` Corinna Vinschen
2019-08-09  7:56   ` REGAN David
2019-08-09  8:39     ` Corinna Vinschen [this message]

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=20190809083909.GV11632@calimero.vinschen.de \
    --to=vinschen@redhat.com \
    --cc=david.regan@leica-geosystems.com \
    --cc=newlib@sourceware.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 read-only IMAP folder(s) and NNTP newsgroup(s).