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: Thu, 08 Aug 2019 15:48:00 -0000	[thread overview]
Message-ID: <20190808154756.GO11632@calimero.vinschen.de> (raw)
In-Reply-To: <VI1PR06MB5133E330785636A6E00487E2CED70@VI1PR06MB5133.eurprd06.prod.outlook.com>

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

On Aug  8 13:58, REGAN David wrote:
> Hi
> 
> I have never used GIT before and I'm probably doing something stupid.
> 
> I've downloaded Git for Windows and from a command shell issued the command
> 
> clone git://sourceware.org/newlib-cygwin.git
> 
> This replies with
> 
> Cloning into 'newlib-cygwin'...
> fatal: unable to connect to sourceware.org:
> sourceware.org[0: 209.132.180.131]: errno=Invalid argument

Wrong path.  Try

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

or

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


HTH,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

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

  reply	other threads:[~2019-08-08 15:48 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 [this message]
2019-08-09  7:56   ` REGAN David
2019-08-09  8:39     ` Corinna Vinschen

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=20190808154756.GO11632@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).