1

I am trying to import my gitlab repository in Azure DevOps, but I am getting below error. Although URL and authorization both things are correct, Can you please suggest alternative to import git repository in Azure DevOps.

Import request cannot be processed due to one of the following reasons:
Clone URL is incorrect
Clone URL requires authorization

Contacted to administrator and tried with admin rights, still not able to connect to git repository.

James Z
  • 12,209
  • 10
  • 24
  • 44
Vaishali
  • 11
  • 1

1 Answers1

0

The alternative would be:

That would take care of the repository itself (you can add options to import tags as well)

If you can clone your own Azure DevOps private repository, then surely the authentication won't be an issue.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250