xiph / Icecast-Server

Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues
https://icecast.org
GNU General Public License v2.0
465 stars 127 forks source link

Not able to clone "Connection timed out" Error #50

Closed mylselgan closed 2 years ago

mylselgan commented 2 years ago

Relay-1:~# git clone --recursive https://git.xiph.org/icecast-server.git Cloning into 'icecast-server'... fatal: unable to access 'https://git.xiph.org/icecast-server.git/': Failed to connect to git.xiph.org port 443: Connection timed out

Relay-1:~# git clone --recursive http://git.xiph.org/icecast-server.git Cloning into 'icecast-server'... fatal: unable to access 'http://git.xiph.org/icecast-server.git/': Failed to connect to git.xiph.org port 80: Connection timed out

Relay-1:~# git clone http://git.xiph.org/icecast-server.git Cloning into 'icecast-server'... fatal: unable to access 'http://git.xiph.org/icecast-server.git/': Failed to connect to git.xiph.org port 80: Connection timed out

mylselgan commented 2 years ago

finally cloned from git clone --recursive https://gitlab.xiph.org/xiph/icecast-server.git. update the read me file accordingly or fix the connectivity issue

rillian commented 2 years ago

git.xiph.org is no longer online. I've updated the readme.

Thanks for the report!