bernii / gauge.js

100% native and cool looking JavaScript gauge
MIT License
1.42k stars 391 forks source link

Error installing with bower #90

Closed rafaelvectar closed 8 years ago

rafaelvectar commented 8 years ago

If I run: bower install --save http://github.com/bernii/gauge.js.git

I get:

bower gauge.js#^1.2.1       not-cached bernii/gauge.js=https://github.com/bernii/gauge.js.git#^1.2.1
bower gauge.js#^1.2.1          resolve bernii/gauge.js=https://github.com/bernii/gauge.js.git#^1.2.1
bower gauge.js#*                cached https://github.com/bernii/gauge.js.git#1.2.1
bower gauge.js#*              validate 1.2.1 against https://github.com/bernii/gauge.js.git#*
bower gauge.js#^1.2.1          ECMDERR Failed to execute "git ls-remote --tags --heads bernii/gauge.js=https://github.com/bernii/gauge.js.git", exit code of #128 fatal: I don't handle protocol 'bernii/gauge.js=https'

Additional error details:
fatal: I don't handle protocol 'bernii/gauge.js=https'
rafaelvectar commented 8 years ago

Probably the error is that you set the name at bower.json as bernii/gaguge.js, instead of just gauge.js. This is the first time that I cannot easily install a github repository with bower.

bernii commented 8 years ago

Merged the PR fixing this https://github.com/bernii/gauge.js/pull/89