vimeo / timeserieswidget

Javascript for displaying interactive graphite graphs with zooming, event markers and all that
BSD 2-Clause "Simplified" License
196 stars 18 forks source link

Fix for #4 : swap git for https protocol in submodules initialisation #5

Closed kyzh closed 10 years ago

kyzh commented 11 years ago

Change git to https protocol, so people that can only access "the web" can clone it.

Finkregh commented 11 years ago

:-1: see my comment in #4

ghost commented 10 years ago

You can try this too: git config --global url."https://".insteadOf git:// (same comment in #4)

kyzh commented 10 years ago

Thanks, this is a perfect workaround provided in #4

Dieterbe commented 10 years ago

that workaround doesn't seem very healthy. it probably overrides push urls too? i looked into all options again, and "found git:// is the default so it should be used" not a very good argument. "https://" seems best for fetch/clone urls, so i just pushed a commit to fix this

kyzh commented 10 years ago

:sparkling_heart: