From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48383 invoked by alias); 8 Aug 2019 15:48:00 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 48363 invoked by uid 89); 8 Aug 2019 15:47:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:VI1PR06, H*f:sk:VI1PR06 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Aug 2019 15:47:58 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9E65330EF4A1; Thu, 8 Aug 2019 15:47:57 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-116-213.ams2.redhat.com [10.36.116.213]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6B85A1001284; Thu, 8 Aug 2019 15:47:57 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 0F8A1A80704; Thu, 8 Aug 2019 17:47:56 +0200 (CEST) Date: Thu, 08 Aug 2019 15:48:00 -0000 From: Corinna Vinschen To: REGAN David Cc: "newlib@sourceware.org" Subject: Re: Clone the repo Message-ID: <20190808154756.GO11632@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: REGAN David , "newlib@sourceware.org" References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="z0JXx0QNa4/JeB8y" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019/txt/msg00439.txt.bz2 --z0JXx0QNa4/JeB8y Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 629 On Aug 8 13:58, REGAN David wrote: > Hi >=20 > I have never used GIT before and I'm probably doing something stupid. >=20 > I've downloaded Git for Windows and from a command shell issued the comma= nd >=20 > clone git://sourceware.org/newlib-cygwin.git >=20 > This replies with >=20 > Cloning into 'newlib-cygwin'... > fatal: unable to connect to sourceware.org: > sourceware.org[0: 209.132.180.131]: errno=3DInvalid 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 --=20 Corinna Vinschen Cygwin Maintainer Red Hat --z0JXx0QNa4/JeB8y Content-Type: application/pgp-signature; name="signature.asc" Content-length: 833 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAl1MRCsACgkQ9TYGna5E T6AkFg//f6YARuKCIYaoVtXZiHPPWjFR1HHm225vkmQgZmIsXdooACCfuEAf0XLe /qxneyZVHl1JiBVmVrCiVEcUTdAaUJkmEhhfs5kHY9JFwQUee2710Y31a4Rs4mZG vmA/KZRmK5rRfXHWDB1AgvtEF5L/A21L8sw2O6ijyUBSmrkcfc5UYMbrq0DRmXYj 9+yWiPIvvWsM9V4p8a5XjqlNhFhci7NY3XnWPpqhBT0zimjZO4s3PNP8+FDaBVx2 w9xtC1XloO9ip9eg1MLhrm+fC5AO9z5LfsK97FQXhw6qmRd3GPGc1dHiVoMM3ao2 VCpMCI0Da9xdDjEgbMPnsjSEM9qMFHvKbZsiak2HX3Nki5Ci45h+vWSimLQoa5Fk pPyjKPxl5+/Gltmcd6aPYbQwZrA88y+37PwwBjS6i5jHYGCVjmIkVApkRLsZsLHj kq28zP+1HQbpvbzzbbJxGjbEc/Q26KRH6vGA/lj+MWFfEwvdP35SOwJlW0zBG56u /fGMjqKPtt+DWtHrV8l8/rEcwnxQkjvqfkpA03qyOKUYWOSlygiDPshiI2tmdCNS Noz7H57xwg1wK5HjO78glsw5aEBY6mG6axUn0MEgX9Um8uvQLAwvsM47T6fIU3fv 1bNEWDY6TfpWOgs/xbvoCfb9JzyhecJuJivEYuYviNGCVb/7f8k= =ZjvK -----END PGP SIGNATURE----- --z0JXx0QNa4/JeB8y--