I have installed an Azure DevOps server on my local server and I've created DefaultCollection. After a few months, we add more collections. Now we want to move some projects from DefaultCollection to new collections.
I always choose 'Import' function from 'Repos' section to move all history, branches, commits, pushes of a repository. But when I put an Azure DevOps address, Import function does not work and throws an error:
Import request cannot be processed due to one of the following reasons:
- Clone URL is incorrect.
- Credentials are incorrect.
- Clone URL points to an empty repository.
All reasons FIXed in my process and throws the same error again! When I change the address to another Git repository of other Git servers(Not DevOps server), it works fine. What's the problem with this?