Edward Brabant wrote:
Hello -
I cannot access the
git://git.osmocom.org/rtl-sdr and
git://git.osmocom.org/gr-osmosdr repositories.
Details of the repositories errors are:
[brabante@localhost build]$ git clone --progress
git://git.osmocom.org/rtl-sdr
Initialized empty Git repository in /home/brabante/devel/gnuradio/build/rtl-sdr/.git/
git.osmocom.org[0: 213.95.46.201]: errno=Connection refused
git.osmocom.org[0: 2001:780:45:f046::201]: errno=Network is unreachable
fatal: unable to connect a socket (Network is unreachable)
I tried this out locally, and it works well for me:
$ git clone
git://git.osmocom.org/rtl-sdr
Cloning into rtl-sdr...
remote: Counting objects: 1094, done.
remote: Compressing objects: 100% (953/953), done.
remote: Total 1094 (delta 791), reused 197 (delta 133)
Receiving objects: 100% (1094/1094), 252.19 KiB, done.
Resolving deltas: 100% (791/791), done.
$
Suggest to check your network.
//Peter