sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
1.14k stars 112 forks source link

Allowing Azure DevOps / Azure Repos URLs #149

Closed Feko closed 4 months ago

Feko commented 4 months ago

Reason for changing

Currently, it is not possible to clone repositories hosted in Azure DevOps / Azure Repos.

image

This is due to the way the URL is built, both for HTTPS and SSH. Differently from mostly Git providers, the repository lacks a .git suffix.

What has been changed

Links

https://learn.microsoft.com/en-us/azure/devops/repos/git/clone?view=azure-devops&tabs=visual-studio-2022 https://stackoverflow.com/questions/52355510/what-is-the-url-for-a-new-azure-git-repos-if-the-project-is-in-visual-studio-on

love-linger commented 4 months ago

I'm sorry. I reverted the merge manually for some reasons.

love-linger commented 4 months ago

I'll add the patch for Remote.cs manually later.