克隆 osmocom.org 存储库时出现“git.osmocom.org:名称或服务未知”

克隆 osmocom.org 存储库时出现“git.osmocom.org:名称或服务未知”

我尝试使用以下命令安装 GNU Radio 模块:

git clone git://git.osmocom.org/rtl-sdr.git

但我得到了这个错误:

Cloning into 'rtl-sdr'...
fatal: unable to connect to git.osmocom.org:
git.osmocom.org: Name or service not known

答案1

根据您发布的错误,看来您在运行时没有互联网连接git clone git://git.osmocom.org/rtl-sdr.git

该命令正确,并且我已检查 URL 是否有效。请确保您已连接到互联网,然后重试该命令。

相关内容