devspace icon indicating copy to clipboard operation
devspace copied to clipboard

Fallback to ssh if git https doesn't work

Open FabianKramm opened this issue 3 years ago • 0 comments

Currently you can only define a git dependency either via https:// or git@ (ssh). Would be great if DevSpace would fallback to try https in the ssh case and ssh in the https case.

So the logic would be for https:

For ssh the logic would be the reverse

FabianKramm avatar Sep 20 '22 06:09 FabianKramm