boss icon indicating copy to clipboard operation
boss copied to clipboard

Tags not working on SSH checkout using [email protected] style

Open Basti-Fantasti opened this issue 1 year ago • 0 comments

The repository name in this format is :

[email protected]:HashLoad/boss.git

this means it already contains a colon after github.com

So it's not possible to add another tag at the end of the repository path because the regex used only checks for a colon inside the path

So when trying to install in this way, the first colon is taken as version -> this version is not found, so another existing tag is used automatically (this is what happend on my local repo.

There was a tag 1.0.0 but some commits after that. When trying to install the repo without a tag at the end it automatically checked out the tag 1.0.0 instead of HEAD

Basti-Fantasti avatar Jul 11 '24 09:07 Basti-Fantasti