https://www.non-standardworld.co.jp/23325/
上記リンクを参考に、
Shopifyテーマの開発環境を構築しようとしているのですが
↓以下のコマンドを打つと、
theme get --password=[your-api-password] --store=[your-store.myshopify.com] --themeid=[your-theme-id]
↓以下エラーが表示されて失敗します。
DNS problem while connecting to Shopify, this indicates a problem with your internet connection
ーーーーー
↓テーマID一覧取得は成功します。
theme get --list -p=[your-api-password] -s=[your-store.myshopify.com]
以下サイトでもNG項目はありませんでした。
https://www.shopifystatus.com/
「DNS problem〜」エラーを解消するためには、どんな作業を実行したら良さそうでしょうか。