|
From: Eliot M. <mo...@cs...> - 2017-03-29 16:02:59
|
On 3/29/2017 11:54 AM, Mineeva, Tatyana A wrote: > We do not currently have success cloning the Valgrind git repository: > > $ git clone git://sourceware.org/git/valgrind.git > > Cloning into 'valgrind'... > > fatal: unable to connect to sourceware.org: > > sourceware.org[0: 209.132.180.131]: errno=Connection timed out Dear Mineeva -- Of course it could be a corporate firewall or something, but I have sometimes found that using http:/https: vs git: can make a difference when checking out a public repository. I just tried the git: from Cygwin on my Windows 10 box and it cloned just fine. This makes me suspect a networking issue particular to you, or that there was a short- term connectivity issue. Regards - Eliot Moss |