-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when Backup to Azure Devops: Could not clone REpo #43
Comments
Hi Sebastian, is there by any chance a space in your project name in DevOps? I've been able to replicate this with 2 of my projects, one with a space in the name and the other with no space and the one with the space has the same behaviour you mentioned above, goes to an empty site named files. The other site goes directly to the repo. The space in the name is encoded to %20 which I suspect is causing the issue for you. |
I too am having this issue with Azure Devops; no spaces in my repo name fwiw. |
I have this problem too (Azure DevOps) |
What is the URL looking like that you are using for the devops repo? |
It should look like this: and not: |
Now it works Thanks a lot for the quick response Congratulations for this work |
Hi,
I get an error if I want to use git Repo within AzureDevops. If I'm using github everything works fine and straight forward. But if I try to use a repo from Azure Devops I encounter an error, that it is not possible to clone the repository.
I dived into the code an find the URL wich is crafted to clone the repo. I suggest that there is the problem. If I rebuild this URL manually and try to open it with a browser then on github I'm redirected to my repo. But on AzureDevops the redirect points to an empty site named "files". After a refresh of the page then the repo in Azure DevOps will show up.
Anyone else having this problem ? Maybe I have to use another format of the URL for Azure DevOps repo?
Greetz,
Sebastian
The text was updated successfully, but these errors were encountered: