public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Clone the repo
@ 2019-08-08 13:58 REGAN David
  2019-08-08 15:48 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: REGAN David @ 2019-08-08 13:58 UTC (permalink / raw)
  To: newlib

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

Any ideas

Regards
Dave Regan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Clone the repo
  2019-08-08 13:58 Clone the repo REGAN David
@ 2019-08-08 15:48 ` Corinna Vinschen
  2019-08-09  7:56   ` REGAN David
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2019-08-08 15:48 UTC (permalink / raw)
  To: REGAN David; +Cc: newlib

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Clone the repo
  2019-08-08 15:48 ` Corinna Vinschen
@ 2019-08-09  7:56   ` REGAN David
  2019-08-09  8:39     ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: REGAN David @ 2019-08-09  7:56 UTC (permalink / raw)
  To: newlib

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Clone the repo
  2019-08-09  7:56   ` REGAN David
@ 2019-08-09  8:39     ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2019-08-09  8:39 UTC (permalink / raw)
  To: REGAN David; +Cc: newlib

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-09  8:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-08 13:58 Clone the repo REGAN David
2019-08-08 15:48 ` Corinna Vinschen
2019-08-09  7:56   ` REGAN David
2019-08-09  8:39     ` Corinna Vinschen

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).