Questions and discussions about using the Shopify CLI and Shopify-built libraries.
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 ...
Solved! Go to the solution
This is an accepted solution.
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.
This is an accepted solution.
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.