anselmh / object-fit

Polyfill (mostly IE) for CSS object-fit property to fill-in/fit-in images into containers.
MIT License
996 stars 92 forks source link

Installing through bower fails for me #1

Closed jussiry closed 10 years ago

jussiry commented 10 years ago
bower object-fit#*          not-cached git://github.com:anselmh/object-fit.git#*
bower object-fit#*             resolve git://github.com:anselmh/object-fit.git#*
bower object-fit#*             ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com:anselmh/object-fit.git", exit code of #128

Additional error details:
fatal: Unable to look up github.com (port anselmh) (nodename nor servname provided, or not known)
anselmh commented 10 years ago

@jussiry Thanks for reporting. Unfortunately bower has an issue with the registered package. It has been reported to be fixed by the bower team (https://github.com/bower/bower/issues/120#issuecomment-29187170) but I cannot do anything for now on this.

Therefore I recommend to fetch it manually for now until the issue is resolved. I will keep this issue updated when the URL on bower registry has been fixed.

Sorry about that. -Anselm

jussiry commented 10 years ago

Ok, no worries, thanks for snappy reply!

anselmh commented 10 years ago

Okay, the issue has been resolved. You can now install the package with bower finally :)