Closed
Description
i use private gitlab, the vue-cli version is 2.8.2
if i clone with project-name like this
vue init -c gitlab.com:username/my-vue-template test
it show err:
vue-cli · Failed to download repo vuejs-templates/test: 'git clone' failed with status 128
it seems that the order of argument is wrong
use this cammnd is work fine
vue init -c test gitlab.com:username/my-vue-template
and this
vue-init gitlab.com:username/my-vue-template test