Since Visual Studio Team Services (on VisualStudio.com) is supporting Git repositories, we want to get rid of our own Git server (Bonobo Git) that is hosted on an azure machine.
Before we can shutdown the Bonobo Git server I need to import those repositories to VSTS.
Starting with the first repository it already fails:
- I tried to use the general .git URL. I could clone the repo on my local machine using this URL. I also tried the personal URL that includes my email, without success.
- I tried with and without authorization. Username are email and password of my admin user on the Bonobo Git server.
- Instead of importing to an existing repo, I also tried to import the repo as new repo.
- The source repo is not empty.
How can I make this import to work?