Hi Damian, On Sat, Mar 25, 2023 at 07:30:14AM +0100, Damian Tometzki wrote: > the website and git https://gcc.gnu.org/ is down ? > > Any info about it ?
The site isn't down, but there is an issue (ddos?) with the fsf dns servers for gnu.org. The FSF tech team announces downtime and temporary issues with their network at https://hostux.social/@fsfstatus or https://hostux.social/@fsfstatus.rss gcc.gnu.org is hosted at sourceware.org so if dns doesn't resolve for you, you might be able to add the following addresses to your /etc/hosts file: 8.43.85.97 gcc.gnu.org 2620:52:3:1:0:246e:9693:128c gcc.gnu.org If you need access to git then you might also be able to clone the repository through git clone https://sourceware.org/git/gcc.git There is also the sourceware git backups at sourcehut: https://sr.ht/~sourceware/gcc/ Cheers, Mark