'VSF Unable to get integration template from git repository

i want to setup a new vue storefront project and ive got this erro, i dont know why this is happening, can someone help out in this situation?

command: npx @vue-storefront/cli init ? What's your project name? smso ? Choose integration Commercetools

ERROR VSF Unable to get integration template from git repository



Solution 1:[1]

Did you connect your frontend application with a commercetools project yet? You can register for a free trial here: https://commercetools.com/free-trial And the following documentation describes how to create a project: https://docs.commercetools.com/merchant-center/projects#create-a-project So basically just register with your Merchant Center user and then click your initials in the upper right hand corner to create an organisation, a team as well as a project.

Solution 2:[2]

You might be running the command vsf init <project_name> in the wrong directory. It happened to me when I was following along this URL. Compare the below two print screens:

The error I got: ![enter image description here

The right way to do it:

enter image description here

Solution 3:[3]

The commercetools integration is an enterprise solution, so the one in the CLI is a mockup just for knowledge sharing on how to build integrations.

You can check our integrations at https://docs.vuestorefront.io/v2/integrations/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jenny
Solution 2
Solution 3