I am trying to install fabric8 utils with gofabric8 installer. This is the command:
gofabric8 deploy -d xxxx.com
I am behind a proxy and I get the following error:
Cannot get fabric8 version to deploy: Get https://repo1.maven.org/maven2/io/fabric8/platform/packages/fabric8-platform/maven-metadata.xml: dial tcp 151.101.20.209:443: i/o timeout
I have already tried setting "http_proxy", "https_proxy", "HTTP_PROXY"...even "all_proxy" which is used in gofabric8 source code.
Has anybody faced the same situation? Is there any way to pass proxy as an argument to gofabric8 installer?
Thank you