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

如何修复Android Studio中的HTTP代理错误,android,android-studio,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也许您还需要配置 systemProp.https.proxyUse

我使用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也许您还需要配置


systemProp.https.proxyUser=userid systemProp.https.proxyPassword=password
此用户和密码是我的pc帐户吗?
systemProp.https.proxyHost=www.somehost.org
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost