cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

Update protocol on submodules #2278

Closed afrancois closed 2 years ago

afrancois commented 2 years ago

If you pull a fresh copy of cinder, Submodules will no longer download as the git: protocol is no longer supported. This chages the protocol used to https. You may need to do a git submodule sync to update the submodules.

andrewfb commented 2 years ago

Thanks for this