Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify .gitmodules to use https for Templates to resolve permission i… (
MonoGame#8598) Fixes MonoGame#8593 ### Description of Change Set the url protocol to `https` for consistency with all other entries and to correct permission errors on non-configured git clients: > fatal: clone of 'git@github.com:MonoGame/MonoGame.Templates.git' git@github.com: Permission denied (publickey). ``` [submodule "external/MonoGame.Templates"] path = external/MonoGame.Templates url = https://github.com/MonoGame/MonoGame.Templates.git ```
- Loading branch information