Default template SSH URLs fail without GitHub SSH access; use HTTPS URLs instead
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3573491. --> Reported by: [lauriii](https://www.drupal.org/user/1078742) Related to !602 >>> <h3 id="overview">Overview</h3> <p><code>canvas create</code> currently uses SSH Git URLs for default templates in templates.json. This fails for users who do not have GitHub SSH keys configured. Using the HTTPS URL works in the same scenario.</p> <p>This affects first-time setup and makes template scaffolding fail in environments where SSH is not available or not configured.</p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Update default template repository URLs in templates.json from SSH to HTTPS.</p> <h3 id="ui-changes">User interface changes</h3> <p>None.</p>
issue