Shopify CLI app init stuck "Downloading template from https://github.com/Shopify/shopify-app-temp"

mac OS 11.7.10
updated: brew, node, git

I’ve made multiple attempts, and I let it run all last night in case it wasn’t as stuck as it seemed. It’s definitely stuck here. Any suggestions?

tf:/usr/local/var/www/lpt-trulinx$ shopify app init

Welcome. Let’s get started by naming your app project. You can change it later.

?  Your project name?
✔  lpt-app

?  Get started building your app:
✔  Start with Remix (recommended)

?  For your Remix template, which language do you want?
✔  JavaScript

╭─ info ───────────────────────────────────────────────────────────────────────╮
│                                                                              │
│  Initializing project with `npm`                                             │
│  Use the `--package-manager` flag to select a different package manager.     │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Downloading template from https://github.com/Shopify/shopify-app-template-remix#javascript ...
Warning: the ECDSA host key for 'github.com' differs from the key for the IP address '140.82.113.4'
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Downloading template from https://github.com/Shopify/shopify-app-template-remix#javascript ...

Eh, I guess it was my SSH key.

I apparently had a few entries in my known_hosts to 140.82.xx.xx addresses, so cleaning my key with
$ ssh-keygen -R github.com
didn’t quite do it.

Once I cleaned my known_hosts, these instructions sent it home.

https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent