3
I’m trying to clone a repository. Bitbucket. But it gives this error:
Repository test has failed
In Settings the git path is correct.
To create I try to create at the opening moment of Android Studio
- Check out project from Version Control > Git
- I type in the information
- I’m going in Test
Then comes the:
Repository test has failed
also gives this!
Does anyone know how to solve?
that by the cmd ...
has access to git from the command line??
– Marcos Regis
yes, the error is when I try to clone the repository.
– Renatão Alves
try this on the command line.
git init; git clone -v [email protected]:usuario/repositorio.git
and see what happens. An alternative would be to use Sourcetree [https://www.sourcetreeapp.com]– Marcos Regis
this is what comes with cmd. [added another image]
– Renatão Alves
trying now to use Sourcetree. It gives the same error when trying to clone the same repository.
– Renatão Alves
I got it. Thank you, for your help!
– Renatão Alves