Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.23k stars 786 forks source link

Submodule update not working #513

Closed rolandha closed 1 year ago

rolandha commented 1 year ago

git.exe clone --progress -v "git://git.1f0.de/projects/libbluray.git" "D:\git\libbluray" Cloning into 'D:\git\libbluray'... Looking up git.1f0.de ... done. Connecting to git.1f0.de (port 9418) ... fatal: unable to connect to git.1f0.de: git.1f0.de[0: 168.119.4.54]: errno=Unknown error

git did not exit cleanly (exit code 128) (21063 ms @ 01.09.2022 16:21:52)

Same for other submodules

Nevcairiel commented 1 year ago

I tried this just now and it worked fine. Note that the path is git://git.1f0.de/libbluray.git, there is no "projects" in there, as can be seen in .gitmodules

rolandha commented 1 year ago

It does not seem to work from my end:

$ git clone git://git.1f0.de/libbluray.git Cloning into 'libbluray'... fatal: unable to connect to git.1f0.de: git.1f0.de[0: 168.119.4.54]: errno=Unknown error

This is the result from nslookup:

Name: eos.1f0.de Addresses: 2a01:4f8:242:4ec9::1f0 168.119.4.54 Aliases: git.1f0.de

It does resolve and it can ping the host

rolandha commented 1 year ago

It seems to be a problem on our side. Sorry for the inconvenience