I've just started using Android Studio (v1.5.1 for Windows 7) and I want to be able to use BitBucket over HTTPS with it (I have Git v2.7.1.0 installed). I have followed instructions on how to set it up from here, which all seemed very straightforward.
However, when it comes to pushing my project to BitBucket it always fails with a "Push failed" error, the latest one being
fatal: unable to access 'https://USERNAME@bitbucket.org/USERNAME/MYPROJECT.git/': SSL certificate problem: self signed certificate in certificate chain
The self signed certificate (selfcert.cer) was created from my browser while on BitBucket's website, which I read somewhere I had to do.
This is all new to me so I'm not really sure what to try next.