From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92790 invoked by alias); 9 Aug 2019 08:39:13 -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 92782 invoked by uid 89); 9 Aug 2019 08:39:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:VI1PR06, services 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; Fri, 09 Aug 2019 08:39:12 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 57BAB69080; Fri, 9 Aug 2019 08:39:11 +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 2168C5D9D6; Fri, 9 Aug 2019 08:39:11 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id C332BA80722; Fri, 9 Aug 2019 10:39:09 +0200 (CEST) Date: Fri, 09 Aug 2019 08:39:00 -0000 From: Corinna Vinschen To: REGAN David Cc: "newlib@sourceware.org" Subject: Re: Clone the repo Message-ID: <20190809083909.GV11632@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: REGAN David , "newlib@sourceware.org" References: <20190808154756.GO11632@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="RdOi/MCTP6675j71" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019/txt/msg00447.txt.bz2 --RdOi/MCTP6675j71 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 831 On Aug 9 07:55, REGAN David wrote: > Hi Corinna >=20 > Thank you for your response >=20 > Using git clone git://sourceware.org/git/newlib-cygwin.git I got >=20 > > fatal: unable to connect to sourceware.org: > > sourceware.org[0: 209.132.180.131]: errno=3DInvalid 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 --=20 Corinna Vinschen Cygwin Maintainer Red Hat --RdOi/MCTP6675j71 Content-Type: application/pgp-signature; name="signature.asc" Content-length: 833 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAl1NMS0ACgkQ9TYGna5E T6DNwA//TCocybTzQW7wyYK8O7RHJNMndGc5jHQxGzqSgK8eJjXx9FW95VM9Qt8P Rwc40MbzCIfgDfEJ8TZDww0Ceb49DK35CMsMQEOE2EDZ3Ykvv7CiBE9g7wUfTf2F q3gCpXPhMzEgGSGHOj8239YV9BtSZNtib0O3N0unT45xYRz+EiGqmlAqtj/QXKbO lJdWZ9/HJ77oFTkUgak/hayCXEiExZH3ZKLcx3O7huPAM7qE42tYwkmw89/4SwAf /+pM3WdjN0QmCk1oNgctJWLS1wIbLFLG9N5blp1SyHXu94YvBM1bc+iWi61RivAx cmHX8/HaszrGcTj3LLFK3IvpvS5oVs4PaFMs38+Srvacg1WOwUCi/aJjRR7V9Nlg zumyx1aY6stR3kTcU4D+7ly9WtGtFai5jbc13zIE3gkNLDfFRIvcjY4vFua9GxCQ HiJMYYTtf3JSioarX/bUxPCGfQEntJcUb6jYTePz0+lNsLYzK7rf1XxDLkXLwUz5 oAce60366np1yArwZryVLBjPhqXRtcZrUntD1BGEgOBoJkCEn7u9sS0RsMOd0Q4q nAbAZTKnHIm8GWzovdNwwjABCZb1AfNiEAIJv9d7OwnUt5aVHsQDUu2fjXtTYlw2 PZAs4NaRWi4wCPBkR/3sq+r+wBK/8+RuLoTGanJckI5CP/ByKCw= =fB/I -----END PGP SIGNATURE----- --RdOi/MCTP6675j71--