-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Failed to parse git url #60
Milestone
Comments
Confirmed, we'll take a look at this today. |
isaacs
added a commit
that referenced
this issue
Feb 26, 2020
This was referenced Feb 26, 2020
billneff79
added a commit
to billneff79/hosted-git-info
that referenced
this issue
Feb 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I think the new version just breaks the git URL parser.
hosted-git-info/index.js
Line 112 in 6f39e93
Now it failed to handle dependency like this:
git+ssh://git@git.unlucky.com:RND/electron-tools/some-tool#2.0.1
Can you release a hotfix for this? It breaks a lot of things and hard to work around in projects.
node version: 12.0.0
@isaacs
@darcyclarke
The text was updated successfully, but these errors were encountered: