简体   繁体   English

如何修复Android Studio中的HTTP代理错误

[英]How to fix HTTP Proxy error in Android Studio

I use Android Studio for develop android application! 我使用Android Studio开发android应用程序! but when clone the project from github , show me this error : 但是当从github克隆项目时,向我显示此错误:

Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.

How to fix this problem and clone the project in Android Studio? 如何解决此问题并在Android Studio中克隆项目? Tnx all <3 Tnx全部<3

Perhaps you also need to configure the https settings 也许您还需要配置https设置

systemProp.https.proxyHost=www.somehost.org
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM