I'm trying to install jhbuild. When I give jhbuild build
command it gives me error -
jhbuild build: could not download https://git.gnome.org/browse/jhbuild/plain/modulesets/gnome-apps-3.18.modules: <urlopen error Tunnel connection failed: 407 Proxy Authentication Required>
I'm behind a college proxy and Ubuntu 14.04. How do I find a way around this problem?
Probably your college proxy has some kind of authentication. Put the correct proxy settings in environment by adding this
in your .bashrc or any other init configuration files. Even after if it shows the same error, I came across a good tool proGY (An intermediate proxy authenticator). Also you will have to set your proxy url as above in git config also
If you college doesn't have other open ports as git protocol uses it, you should explicitly say jhbuild to use http:// git clone urls instead of git:// clone URLS.
in your jhbuildrc file (in ~/.config/jhbuildrc)