We created a private repository in GitLab, and we wanted to place our bower packages there so that with custom bower install myprivatepackage it would have to pull out the GitLab batch form.
This is the command I type to register the bower package, but it throws Unknown Error 503 : bower register myprivatepackage git://gitlab.com/<user_name>/<my_repo>.git .
What step did I miss?
EDIT : It appears that git:// is for public repositories only, not private ones. Access to private repositories is possible through https:// or 'ssh`. Link here: https://github.com/bower/registry/issues/4
source share