RE: Clone the repo

REGAN David <[email protected]>
Newsgroups gmane.comp.lib.newlib
Message-ID <VI1PR06MB513392E84867C0985F014AEDCED60@VI1PR06MB5133.eurprd06.prod.outlook.com>
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

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

Regards
Dave Regan

-----Original Message-----
From: Corinna Vinschen <[email protected]> 
Sent: 08 August 2019 16:48
To: REGAN David <[email protected]>
Cc: [email protected]
Subject: Re: Clone the repo

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.