Clone the repo

Corinna Vinschen vinschen@redhat.com
Thu Aug 8 15:48:00 GMT 2019


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20190808/9a2a11fd/attachment.sig>


More information about the Newlib mailing list