-
Notifications
You must be signed in to change notification settings - Fork 131
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
Unable to fetch from remote repository #234
Comments
Hi, bower search works , it fails over to public repository just fine. Am I hitting ssh key issue? |
Same here. It downloads some public packages fine but fail for others, example angular-resize below.
Also bower search is working:
|
Here what i have done to make it work also im not sure if it is the best solution. Delete the package that fails in your private-bower. I did it directly from the web interface. Then, execute bower install --force. |
Hi everyone,
I installed private-bower using docker image, and I can register my private modules just fine. But for some reason I cannot fetch packages from public repos:
Next time i run bower install, i get the same error but for some other module:
Can anyone give some hints please?
Do I maybe have some problems with docker image? (ports 5678 and 6789 are up and running)
The text was updated successfully, but these errors were encountered: