You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I miss something?
What I need is to read the repo using https instead of git://github.com/ to avoid this error:
bower sb_admin#3.3.7+1 ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git", exit code of #128 fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
I need to specify the git endpoint for a dependency, as:
however, when I run
bundle exec rake bower:install CI=true
the generated file seems not to use the endpoint above.Do I miss something?
What I need is to read the repo using
https
instead ofgit://github.com/
to avoid this error:here is my
bower.json
The text was updated successfully, but these errors were encountered: