ctaggart / SourceLink

Source Code On Demand
MIT License
356 stars 55 forks source link

Microsoft.SourceLink.Bitbucket.Git with ssh source support #362

Closed Custodia closed 6 years ago

Custodia commented 6 years ago

It seems like urls are always converted to https when using Microsoft.SourceLink.Bitbucket.Git:

https://github.com/ctaggart/SourceLink/blob/0bf49f9f8523582a294ee5de64c945bf08ec4897/SourceLink.Create.CommandLine/BitBucketServerUrlConverter.cs#L23-L26

The problem with this is that it breaks the source link functionality if you are using bitbucket with authentication over ssh. It would be nice to be able to clone sources also over ssh.

ctaggart commented 6 years ago

Hi @Custodia, Microsoft.SourceLink is maintained in https://github.com/dotnet/sourcelink. Can you open up the issue there instead?

Custodia commented 6 years ago

Sure thing, thanks!