Guest User

Untitled

a guest
Feb 18th, 2018
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.
  2.  
  3. gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.
  4.  
  5. Consult IDE log for more details (Help | Show Log)
  6.  
  7. systemProp.http.proxyHost=www.somehost.org
  8. systemProp.http.proxyPort=8080
  9. systemProp.http.proxyUser=userid
  10. systemProp.http.proxyPassword=password
  11. systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
Add Comment
Please, Sign In to add comment