Skip to content
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

Installing from ssh git repo fails #2408

Closed
binarylegit opened this issue Dec 20, 2016 · 4 comments
Closed

Installing from ssh git repo fails #2408

binarylegit opened this issue Dec 20, 2016 · 4 comments
Labels

Comments

@binarylegit
Copy link

binarylegit commented Dec 20, 2016

Output of bower -v && npm -v && node -v:

1.8.0
3.8.9
v4.4.3

Additional environment details (proxy, private registry, etc.):
Windows 10

Steps to reproduce the issue:

  1. Attempt to install a package from a git repository via ssh. The following commands return the following results:
bower install git@bitbucket.org:team/repo.git -V
bower                        ENOTFOUND Package git not found

Describe the results you expected:
In version 1.7.9 this same command is successful and pulls down the dependency. Further, according to the documentation it appears that this command should have worked.

Additional information:

@manufacturedba
Copy link

Having the same issue. Maybe it has to do with @ now being supported as a version delimiter?

@binarylegit
Copy link
Author

It looks like this pull request may fix the issue:

#2395

@zbnauj zbnauj added the windows label Jan 12, 2017
@timcroydon
Copy link

Can confirm this also affects OSX.

@sheerun
Copy link
Contributor

sheerun commented Apr 26, 2020

This should be fixed already as #2395 was merged

@sheerun sheerun closed this as completed Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants