Skip to content

GitMounter won't work with Azure Devops/VisualStudio Team Services repositories #149

@jaguasch

Description

@jaguasch

GitMounter checks if last characters from the URL are '.git' to be enabled

Git repositories from Azure Devops can be cloned using URLs like

  • https://dev.azure.com/<organization>/<project>/_git/<repository name>
  • https://<organization>.visualstudio.com/<project>/_git/<repository name>

git clone will work with this URLs as long as Personal Access Token (PAT) is provided

git clone https://DUMMY:<PAT>@dev.azure.com/MYORG/MYPROJECT/_git/MYREPO

So I think maybe improve GitMounter is needed or just create a Mounter for Azure Devops repositories?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions