Hello - I cannot access the git://git.osmocom.org/rtl-sdr and git://git.osmocom.org/gr-osmosdr repositories. What is the name of the contact who is responsible for maintaining the osmocom-sdr git respositories, and what is their email address? 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)
and
[brabante@localhost build]$ git clone --progress git://git.osmocom.org/gr-osmosdr Initialized empty Git repository in /home/brabante/devel/gnuradio/build/gr-osmosdr/.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)
Thanks in advance.
Regards, Ed Brabant, Contractor SPAWAR (Space and Naval Warfare Systems Command) Systems Center (SSC) Pacific Joint Tactical Networking Center (JTNC), Technical Directorate (TD), Standards Group office: 619-767-4397
Edward,
Try this:
http://cgit.osmocom.org/cgit/gr-osmosdr/
&
This:
http://cgit.osmocom.org/cgit/rtl-sdr/
Sincerely,
Martin
On 12/3/12, Edward Brabant ebrabant@ramlabs.com wrote:
Hello - I cannot access the git://git.osmocom.org/rtl-sdr and git://git.osmocom.org/gr-osmosdr repositories. What is the name of the contact who is responsible for maintaining the osmocom-sdr git respositories, and what is their email address? 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)
and
[brabante@localhost build]$ git clone --progress git://git.osmocom.org/gr-osmosdr Initialized empty Git repository in /home/brabante/devel/gnuradio/build/gr-osmosdr/.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)
Thanks in advance.
Regards, Ed Brabant, Contractor SPAWAR (Space and Naval Warfare Systems Command) Systems Center (SSC) Pacific Joint Tactical Networking Center (JTNC), Technical Directorate (TD), Standards Group office: 619-767-4397
Martin -
Martin> Try this: Martin> http://cgit.osmocom.org/cgit/gr-osmosdr/ Martin> & Martin> This: Martin> http://cgit.osmocom.org/cgit/rtl-sdr/
Both of your suggested links solved the problem. Thanks very much.
Regards, Ed
Hello Edward,
Edward Brabant wrote:
Hello - I cannot access the git://git.osmocom.org/rtl-sdr and git://git.osmocom.org/gr-osmosdr repositories. What is the name of the contact who is responsible for maintaining the osmocom-sdr git respositories, and what is their email address? 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)
Thanks for the notification!
The site administrators read this mailing list, so I would expect the problem to be resolved before long. Please try again a bit later, and if things haven't improved by tomorrow I'd suggest to ping the list again.
//Peter
I cannot access the git://git.osmocom.org/rtl-sdr andgit://git.osmocom.org/gr-osmosdr repositories. What is the name of the contact who is responsible for maintaining the osmocom-sdr git respositories, and what is their email address?
I would contact either your ISP or IT departement ... works fine from here. Maybe they block git protocol.
Cheers,
Sylvain
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