Description
Im having a issue with the custom template and its hosted at my work's private bitbucket repo and get the following error:
vue-cli · Failed to download repo ssh://git@bitbucket.moo.com:7999/mac/vue-moo-webpack-boilerplate.git: 'git clone' failed with status 128
I tried all the mentioned steps:
vue init -c ssh://git@bitbucket.moo.com:7999/mac/vue-moo-webpack-boilerplate.git yay
vue init ssh://git@bitbucket.moo.com:7999/mac/vue-moo-webpack-boilerplate.git --clone yay
When I put in on a public Github repo it works fine but not sure why its not working with the private bitbucket repo?
When I do git clone bitbucket of the exact repo it works fine as so I can tell its not the connection issue with SSH.
git clone ssh://git@bitbucket.moo.com:7999/mac/vue-moo-webpack-boilerplate.git
Any help would be highly appreciated. Thanks.