What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

Solved

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

tony5280
Shopify Partner
87 7 53

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 ...

 


 

Accepted Solution (1)

tony5280
Shopify Partner
87 7 53

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.

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

View solution in original post

Reply 1 (1)

tony5280
Shopify Partner
87 7 53

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.

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