This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Clone the repo


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 <vinschen@redhat.com> 
Sent: 08 August 2019 16:48
To: REGAN David <david.regan@leica-geosystems.com>
Cc: newlib@sourceware.org
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]