Android Studio / Intellij, Gradle Error:Cause: peer not authenticated

后端 未结 9 619
忘掉有多难
忘掉有多难 2020-12-08 17:06

Having a fight with IntelliJ at the moment. The darn thing won\'t download Gradle 2.1

I have an Android project hosted on GitHub, which I have cloned to my laptop.

9条回答
  •  再見小時候
    2020-12-08 17:55

    Like BzH :

    This is a Java SSL connection error I solved on Github here.

    You need to add the appropriate SSL certificate to the java keystore for java accept the connection.

    Work fine :)

提交回复
热议问题