From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29546 invoked from network); 2 Mar 2021 04:14:01 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 2 Mar 2021 04:14:01 -0000 Received: (qmail 5355 invoked by uid 550); 2 Mar 2021 04:14:00 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 5336 invoked from network); 2 Mar 2021 04:13:59 -0000 Date: Mon, 1 Mar 2021 23:13:47 -0500 From: Rich Felker To: "Ji, Xiangping" Cc: "musl@lists.openwall.com" Message-ID: <20210302041346.GI32655@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] can't checkout musl source On Tue, Mar 02, 2021 at 03:11:22AM +0000, Ji, Xiangping wrote: > Hi > > > I trying to clone musl source from git://git.musl-libc.org/musl and libc-test from git://repo.or.cz/libc-test.git > > But always ends up with Network unreachable. > > Is musl website not available ? They're both working fine for me. If the problem persists, check standard network diagnostics like ping & traceroute, and make sure you're not on a network where git: protocol is blocked. I want to add git-over-https support but there are some blocking issues on the server before it can happen. Rich