Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting issue "Repository test has failure" while trying to import project from bitbucket into android studio

While i'm trying to import a project from bitbucket into android studio[ windows 8], getting issue -"Repository test has failed". I am not able figure out what is the problem. If anyone having knowledge regarding this,please help me.

like image 250
Biplab De Avatar asked Apr 28 '15 08:04

Biplab De


People also ask

How do I fork a project from github to Android Studio?

When you open Android Studio, it offers the option to open a project from version control. That's the option we'll use. After selecting that option, you can type the URL of the repository, press "Clone", and select a folder. After that, Android Studio will do all the work and open the project ready to go.

Does Android Studio work with Git?

In Android Studio, go to VCS > Enable Version Control Integration. This option won't be visible if it's integrated with any version control before. Then choose Git as the version control system.


1 Answers

At last i have solved this issue. There was problem with ssh key. Any how the old ssh key was not working properly. I have created ssh key with help of eclipse and used in bitbucket.

like image 111
Biplab De Avatar answered Sep 29 '22 10:09

Biplab De