连接到 git.gnuradio.org 时出现超时问题,如何解决?

A time-out problem while connecting to git.gnuradio.org, how to solve it?

我正在尝试安装 gnuradio,同时尝试 运行 此 cmd 行:

git clone --recursive git://git.gnuradio.org/gnuradio.git

我遇到了这个错误:

Cloning into 'gnuradio'...
fatal: unable to connect to git.gnuradio.org:
git.gnuradio.org[0: 140.211.167.19]: errno=Connection timed out

请问您知道如何解决这个连接问题吗?

试试这个:

git clone --recursive https://github.com/gnuradio/gnuradio.git

https://wiki.gnuradio.org/index.php/InstallingGR