git - Bower private registry EINVFORMAT Invalid URL format -
i'm running private bower registry, configured per bower's repo, , i'm continually getting einvformat error after package , versions resolved. ideas how can fix this?
for reference, i've tried git@localhost:alloyui.git, ssh://git@localhost/alloyui.git, git://git@localhost/alloyui.git, http://git@localhost/alloyui.git, , of 127.0.0.1 in place of localhost url.
$ bower register alloyui git@localhost:alloyui.git bower resolve git@localhost:alloyui.git#* bower checkout alloyui#3.0.1 bower resolved git@localhost:alloyui.git#3.0.1 bower register git@localhost:alloyui.git bower einvformat invalid url format
Comments
Post a Comment