From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81082 invoked by alias); 5 Mar 2020 06:33:52 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 81073 invoked by uid 89); 5 Mar 2020 06:33:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_20,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TLD_CHINA autolearn=no version=3.3.1 spammy=students, aerospace, Aerospace, UD:cn X-HELO: mengyan1223.wang Received: from mengyan1223.wang (HELO mengyan1223.wang) (89.208.246.23) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Mar 2020 06:33:51 +0000 Received: from xry111-X57S1 (unknown [183.202.3.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: xry111@mengyan1223.wang) by mengyan1223.wang (Postfix) with ESMTPSA id 6FBE465A5C; Thu, 5 Mar 2020 01:33:46 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mengyan1223.wang; s=mail; t=1583390027; bh=bieB/1sLFDiMLTdhhUpEAU5BpraYAahT2bNCoFwxLFU=; h=Subject:From:Reply-To:To:Date:In-Reply-To:References:From; b=iUgln36JCNqw2d9sPp6ou6O+14GI6gSZnmJxsQMLf8Shk6Q1fTas8k7lbdQyDyUJE uyPcFalAR5Rfw31jXOtjgCKgjiy8n8DFto2/jScojeZZHnv5cm+RbJwOE0E9x0I06S KnDWe0Ro2qyErI8ECrkU+yGhQ2siGb2IwvyY//xxM/ePxfLJP5aZuHjqtau3Cy+qwT Fm4X4t0imLb1voiadZibodzY3bQrm9CBZS1MWdBTFUruRUtjy1UGHSK28HjxodRMbH QHNXT09Wxe82MtVU0G4PJR1BhX91SDfITsFu3At/jKLxWaxAuqHf28N+8GjUPUkhDA 1MHorHJjjyb3A== Message-ID: <457c9b90e8bbb07075a8a84826cc5042593f1545.camel@mengyan1223.wang> Subject: Re: Anonymous read-only Git access From: Xi Ruoyao Reply-To: gcc-help@gcc.gnu.org To: "yilu@bupt.edu.cn" , gcc-help Date: Thu, 05 Mar 2020 06:33:00 -0000 In-Reply-To: <2020030513501429647012@bupt.edu.cn>+B438A40D8CE39356 References: <2020030513501429647012@bupt.edu.cn>+B438A40D8CE39356 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-03/txt/msg00023.txt On 2020-03-05 13:50 +0800, yilu@bupt.edu.cn wrote: > Hi,everyone > I want to get the GCC-10 source and I followed the instructions in > https://gcc.gnu.org/git.html, however, the command > git clone git://gcc.gnu.org/git/gcc.git SomeLocalDir > cannot work. > And I found I cannot connect https://gcc.gnu.org/git/gcc.git even without > firewall(I'm in China). I got a 403 Forbidden > "You don't have permission to access /git/gcc.git/ on this server." > "Apache Server at gcc.gnu.org Port 443". > What can I do in this situation? I guess some guy in BUPT "attacked" gcc.gnu.org somehow (maybe unintentionally, just playing or testing some software) and caused the entire IP segment to be banned. You should contact the administrator of gcc.gnu.org. In the meantime try git clone https://mirrors.tuna.tsinghua.edu.cn/git/gcc.git It would be very fast since this mirror is in your city :). (OT: Several BUPT students commenced some unsported behavior in our programming contests. So our online judge is also banning BUPT IP segments.) -- Xi Ruoyao School of Aerospace Science and Technology, Xidian University