I will like to clone my android code from gitlab repository in Android Studio 0.8.1.I checked into VCS >> Checked out from Version Control >> Git >> Added HTTP url here.It p
Try unchecking the "Clone git repositories using SSH".
I'm in Linux, At first check you have the appropriate certification to know this you can clone the repository in terminal if you get error similar this
fatal: unable to access 'https://YourDomainName/Project/GitRepository/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
then open your domain in browser and click on lock in the left of url go to detail and press export to save the certification and finally copy the content of the file and pase it into
/etc/ssl/certs/ca-certificates.crt
For me this solution for the issue worked.