Open igrcic opened 8 years ago
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.
bower angular-bootstrap#~0.14.3 cached git://bower.gftlabs.com/angular-bootstrap#0.14.3
bower angular-bootstrap#~0.14.3 validate 0.14.3 against git://bower.gftlabs.com/angular-bootstrap#~0.14.3
bower angular-mocks#~1.4.8 cached git://bower.gftlabs.com/angular-mocks#1.4.12
bower angular-mocks#~1.4.8 validate 1.4.12 against git://bower.gftlabs.com/angular-mocks#~1.4.8
bower angular-ripple#* checkout master
bower angular-ripple#* resolved git://bower.gftlabs.com/angular-ripple#82a04c64fe
bower angular-resize#~1.0.0 ECMDERR Failed to execute "git ls-remote --tags --heads git://bower.gftlabs.com/angular-resize", exit code of #128 fatal: remote
error: access denied or repository not exported: /angular-resize
Additional error details:
fatal: remote error: access denied or repository not exported: /angular-resize
Also bower search is working:
>bower se angular-resize
Search results:
angular-resize https://github.com/rubenv/angular-resize.git
angular-resize-number-directive https://github.com/jrmatos/angular-resize-number-directive.git
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)