Can't git clone the UHD sources

Hi everyone!
I can’t git clone the UHD sources from the Ettus research git repository
.

the input is : " git clone git://ettus.sourcerepo.com/ettus/uhd.git "
the output is: " Initialized empty Git repository in
/home/vlad/uhd/.git/
ettus.sourcerepo.com[0: 68.233.8.98]:
errno=Connection
refused
fatal: unable to connect a socket (Connection
refused)"

I turned off my firewall, and still the same story.
Any clues on what’s wrong?
Thanks.

Vlad.


View this message in context:
http://old.nabble.com/Can't-git-clone-the-UHD-sources-tp30026755p30026755.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On 10/22/2010 04:33 AM, Vladutzzz wrote:

I turned off my firewall, and still the same story.
Any clues on what’s wrong?

There is a firewall blocking git protocol. Talk to your ISP or sysadmin.

Thanks, I used a different link to download it and it worked.
Maybe there should be a backup download link a bit more visible to
everyone,
since I had to dig a bit for this, and I don’t know if it’s reliable.
Anyway, thanks for the quick reply

Vlad.

Josh B.-2 wrote:

the output is: " Initialized empty Git repository in /home/vlad/uhd/.git/


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


View this message in context:
http://old.nabble.com/Can't-git-clone-the-UHD-sources-tp30026755p30029345.html
Sent from the GnuRadio mailing list archive at Nabble.com.

There is now an http-based mirror of UHD on github:

http://code.ettus.com/redmine/ettus/projects/uhd/wiki#Get-the-source

git clone GitHub - EttusResearch/UHD-Mirror: This is a special mirror of UHD, intended for use by The Mathworks and its customers.

-Josh