报错内容
bash
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/vuejs/vue-touch.git
npm ERR!
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 140.82.114.3]: errno=Unknown error
npm ERR!
npm ERR!
npm ERR! exited with error code: 128
解决方法
bash
git config --global url."https://".insteadOf git://
解决原因
别人github上的repository时,发现系统不让动,时候就只能用https://来访问repository。