Skip to content

Tags not working on SSH checkout using git@xxx.git style #170

@Basti-Fantasti

Description

@Basti-Fantasti

The repository name in this format is :

git@github.com: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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions