bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

Readme: Clone the repository Error Permission denied #4

Closed fmunoz92 closed 6 years ago

fmunoz92 commented 6 years ago

$ git clone git@github.com:chrisvfritz/vue-enterprise-boilerplate.git Cloning into 'vue-enterprise-boilerplate'... Permission denied (publickey). fatal: Could not read from remote repository.

I suggest

git clone https://github.com/chrisvfritz/vue-enterprise-boilerplate.git --depth 1

chrisvfritz commented 6 years ago

Fixed in #5.