Versions:
This problem only affects versions 5.1, 5.2 and 5.3
Issue:
Error"Cannot access Git repository with URI" when adding an Azure DevOps git repository .
Cause:
This is a known bug with Domino versions 5.1 to 5.3 where the platform appends .git extension to the provided git repository URI. In the case of Azure DevOps repositories there is no .git extension by default and as such the attempt to add the repo fails. Azure Git service has not yet been officially supported, thus not tested.
Solution:
Corrected behaviour has been logged as a feature request with intention of resolution when Azure integration is fully supported in the product.
Workaround:
There are 2 possible workarounds in this situation.
- Use git cli client in the workspace instead of adding the repository to the project
- Alternatively, from the Azure DevOps dashboard you can simply rename the repository to include ".git" at the end. Which will then allow for it to be added to the project .
Comments
0 comments
Article is closed for comments.