bdd-security icon indicating copy to clipboard operation
bdd-security copied to clipboard

Facing this below issue.. I have everythin installed on my machine

Open sudheerr1987 opened this issue 8 years ago • 3 comments

Facing this below issue.. I have everythin installed on my machine

image

sudheerr1987 avatar Sep 27 '16 14:09 sudheerr1987

@sudheerr1987 this looks like an error downloading gradle from services.gradle.org. Maybe a transient issue on their server or on your network?

iriusrisk avatar Oct 01 '16 18:10 iriusrisk

facing similar issue on my machine. please help image

kkorada avatar Feb 20 '17 06:02 kkorada

If you're behind a (corporate) proxy, you need to change the command to

./gradlew -Dcucumber.options="--tags @authentication --tags ~@skip" -Dhttps.proxyHost=proxy.example.com -Dhttps.proxyPort=12345

This way Java knows how to use the proxy.

If this doesn't work try setting the environment variable https_proxy additionally.

Windows: set https_proxy=https://proxy.example.com:12345

Bash/cygwin (to persist, put it in ~/.bashrc): export https_proxy=https://proxy.example.com:12345

securitysushi avatar Apr 06 '17 11:04 securitysushi