我试图使用这个comamand安装一个GNU无线电模块:
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发布于 2014-09-24 19:01:14
根据您发布的错误,您在运行git clone git://git.osmocom.org/rtl-sdr.git时似乎没有互联网连接。
命令是正确的,我检查了URL是否有效。确保您已连接到Internet,然后再试一次命令。
https://askubuntu.com/questions/528025
复制相似问题