Skip to content
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

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

Open
jaguasch opened this issue Mar 13, 2019 · 4 comments
Labels

Comments

@jaguasch
Copy link

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?

@jaguasch
Copy link
Author

Created a possible PR for this

#150

@omerlh
Copy link
Collaborator

omerlh commented Mar 14, 2019

Why not allowing the GitMounter to load repositories without .git?

@jaguasch
Copy link
Author

Unfortunately the format of AzDO git URL is different from regular Git ones, so changes are needed on the regexp and other parts of the gitmounter

@stale
Copy link

stale bot commented May 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants