Sorry for the noise. Finally resolved by finding a "SOCKS5 proxy" (luckily there was one available) and changing -Xconnect to -X5. For some reason the HTTP proxy wasn't good enough. Regards, Krzysztof
On Mon, Jun 30, 2014 at 7:14 PM, Krzysztof Czarnowski <[email protected]> wrote: > Hello, > > A newbie question, maybe a faq, but I've searched... Sorry if I've > missed something... > > I'm trying to build Galileo BSP, and in particular > meta-clanton_v1.0.0. My dev machine is behind firewall, but I've read > the howto: > https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy > checked that the following netcat command: > /bin/nc -X connect -x $PROXY:$PORT git.yoctoproject.org 9418 > opens the connection and configured git to use it. > > But still I get the following failure when I run setup.sh > """ > $ ./setup.sh > Running: git init > Initialized empty Git repository in > ./poky/.git/ > Running: git remote add origin git://git.yoctoproject.org/poky > Running: git fetch origin --depth=3 tags/dylan-9.0.2:tags/dylan-9.0.2 > fatal: Could not read from remote repository. > Please make sure you have the correct access rights > and the repository exists. > """ > So I understand that I reach the remote repository, but still for some > reason can't read it.. > > What do I miss? Anyone's experienced similar issues? > Regards, > Krzysztof > > P.S. > The dev system is Ubuntu server 13.10. > $ uname -a > Linux kczarnow-lxdev 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 > 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
