You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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://[email protected]:7999/mac/vue-moo-webpack-boilerplate.git: 'git clone' failed with status 128
I tried all the mentioned steps: vue init -c ssh://[email protected]:7999/mac/vue-moo-webpack-boilerplate.git yay vue init ssh://[email protected]: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.
do the two step, can fix it
1、in the window system, the symbol ':' is can not be in a file name
2、update the module download-git-repo must to the lastest
@bajras first, you may edit vue-cli/bin/vue-init at line 68, change to this: var tmp = path.join(home, '.vue-templates', template.replace(/[\/|:]/g, '-'))
then the module download-git-repo must to the lastest @1.0.1
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://[email protected]:7999/mac/vue-moo-webpack-boilerplate.git: 'git clone' failed with status 128
I tried all the mentioned steps:
vue init -c ssh://[email protected]:7999/mac/vue-moo-webpack-boilerplate.git yay
vue init ssh://[email protected]: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://[email protected]:7999/mac/vue-moo-webpack-boilerplate.git
Any help would be highly appreciated. Thanks.
The text was updated successfully, but these errors were encountered: