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

时间:2016-03-13 13:01:50

标签: android android-studio

我使用 Android Studio 开发Android应用程序!但是当从 github 克隆项目时,请告诉我这个错误:

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

如何解决此问题并在Android Studio中克隆项目? Tnx all< 3

1 个答案:

答案 0 :(得分:0)

也许您还需要配置https settings

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