Skip to content

clone from private repository #525

Closed
@yangblink

Description

@yangblink

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions