I am trying to create a new theme for my Shopify store I have followed some steps to set up everything, now I try to connect to the store using the following command: shopify login --store holly-side.myshopify.com/admin
The line above return the following error:
X An unexpected error occurred.
To submit an issue include the stack trace.
C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/system.rb:181:in os': Could not determine OS from platform x64-mingw-ucrt (RuntimeError) from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/system.rb:211:in resolve_path’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/system.rb:126:in system' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/context.rb:438:in system’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/context.rb:331:in open_browser_url!' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/identity_auth.rb:136:in open_browser_authentication’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/identity_auth.rb:132:in initiate_authentication' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/identity_auth.rb:61:in authenticate’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/commands/login.rb:33:in call' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/command.rb:30:in call’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/core/executor.rb:17:in block (2 levels) in call' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:37:in block (2 levels) in with_logging’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-ui/lib/cli/ui/stdout_router.rb:169:in
with_id' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:36:in block in with_logging’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-ui/lib/cli/ui.rb:176:in log_output_to' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:35:in with_logging’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/core/executor.rb:16:in block in call' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:45:in block (2 levels) in with_traps’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:51:in twrap' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:44:in block in with_traps’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:51:in twrap' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:43:in with_traps’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/core/executor.rb:15:in call' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/core/entry_point.rb:24:in block in call’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/core/monorail.rb:30:in log' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/lib/shopify_cli/core/entry_point.rb:23:in call’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/bin/shopify:37:in block (2 levels) in <top (required)>' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb:75:in handle_abort’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb:21:in call' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/bin/shopify:36:in block in <top (required)>’
from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/shopify-cli-2.8.0/bin/shopify:47:in <top (required)>' from C:/Ruby31-x64/bin/shopify:25:in load’
from C:/Ruby31-x64/bin/shopify:25:in `’
Can someone help, please?

