bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

How to push my bitbucket repository to bower private registry? #229

Closed tarun29061990 closed 7 years ago

tarun29061990 commented 7 years ago

curl http://bower.herokuapp.com/packages -v -F 'name=builder' -F 'url=https://tarun29061990@bitbucket.org/livspaceeng/builder.git'

Its failing giving invalid URL error

tarun29061990 commented 7 years ago

Tried with this curl http://bower.herokuapp.com/packages -v -F 'name=builder' -F 'url=git://bitbucket.org/livspaceeng/builder.git'

Getting this log:- Connected to bower.herokuapp.com (23.23.167.77) port 80 (#0)

POST /packages HTTP/1.1 Host: bower.herokuapp.com User-Agent: curl/7.49.1 Accept: / Content-Length: 281 Expect: 100-continue Content-Type: multipart/form-data; boundary=------------------------37adeb2f2d171c9c

< HTTP/1.1 100 Continue < HTTP/1.1 503 Service Unavailable < Connection: keep-alive < Server: Cowboy < Date: Tue, 25 Oct 2016 14:30:10 GMT < Content-Length: 484 < Content-Type: text/html; charset=utf-8 < Cache-Control: no-cache, no-store

  • HTTP error before end of send, stop sending < <!DOCTYPE html> Application Error
  • Closing connection 0
sheerun commented 7 years ago

You cannot. Bower registry hosts public repositories