Hi, i'm sitting behind a proxy and am trying to get the sources.
1. found a RELEASE (4.2) directory on a german mirror, but was refused to cd into it. So i thought that it could have been possible somewhen before. 2. tried to get it via git from a cygwin session, but being blocked by the proxy(wall). With the first attempt i just tried "http" because i assumed it would block the git-method. $ git config --global http.proxy http://PROXYADRESS:8080 --- first $ ... $ git remote add origin http://git.dragonflybsd.org/dragonfly.git fatal: repository 'http://git.dragonflybsd.org/dragonfly.git/' not found --- second $ ... $ git remote add origin git://git.dragonflybsd.org/dragonfly.git fatal: unable to connect to git.dragonflybsd.org: git.dragonflybsd.org[0: 199.233.90.72]: errno=Connection refused Is there another way to get the RELEASE_4_4 ? Checkout via web-gui ? Thanks for any hint. Best regards, Sascha
