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.
you should import the certificate:
First of all download the certificate (.cer) from this url, Help is here
Copy it to the path JDK_HOME/jre/lib/security
Then with command prompt targeted to above location, run the following command:
keytool -import -alias git -file -keystore cacerts -storepass changeit
Type yes if it prompts for approval, after that open the desired IDEA and have fun :)
If this doesn't help, try importing the certificate to JRE/lib/security/cacerts, It's totally depend on the build path of the IDEA you are using