embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
504 stars 67 forks source link

SSH URLs in .gitmodules #167

Closed kevinior closed 2 years ago

kevinior commented 2 years ago

When trying to clone the latest version of libc on our build server I get errors because the submodule URLs are all SSH ones (git@github.com) and the builder account doesn't have a github account.

Would it be possible to either change the URLs to use HTTP or to use relative URLs so that the same protocol as was used for the top-level libc clone is used?

This affects:

phillipjohnston commented 2 years ago

Absolutely - I've been playing whackamole across my repositories with this :).

kevinior commented 2 years ago

Thanks for the quick fix!