Git Submodules: Is it possible to have more than one URL for each?
- by Silas
I was wondering if it is possible to have more than one URL for each git submodule. It would be interested to have more than one source of it if one of them is down or someone is behind a proxy that blocks one of them.
Have you ever had this problem? How would you solve it?