我使用 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
答案 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