You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: