0

I have been using the git features of Visual Studio Team Services (was Visual Studio Online) for a while with my .NET projects and now want to start using them with my android projects.

https://MyVsoAccount.visualstudio.com/defaultcollection/_git/My%20Project%20Name

When I click the test button it says "Repository test has failed". Am I using the wrong git repository URL for my Team Services project?

Esther Fan - MSFT
  • 8,276
  • 4
  • 27
  • 25
Azure Terraformer
  • 1,648
  • 1
  • 14
  • 33

1 Answers1

0

Take a look here. You need to make sure git is installed on your machine, and that Android Studio knows where the git executable is.

Community
  • 1
  • 1
David Deutsch
  • 17,443
  • 4
  • 47
  • 54