<!-- IMPORTANT #1: Did the `vue init` command *itself* result in an error? -> NO: If the files for a project template were correctly created, but did not work out-of-the-box as you expected, please open an issue for the appropriate template at github.com/vuejs-templates -> YES: Open an issue here. Please include the exact command you used, what you expected to happen, and what happened instead. IMPORTANT #2: Please use English language so we can help you faster. --> command I used is like below: ```sh vue init -c gitlab:gitlab-host.com:username/my-template-repo project-name ``` the vue-cli seems to treat the above template local ```js if (/^[./]|(\w:)/.test(template)) {} ```