adobe-webplatform/eve

Vue admin encountered an issue with npm install

takumi-wu opened this issue · 2 comments

hi, this is git address git://github.com/adobe-webplatform/eve.git is not avalible,but have so much program dependency this address,
then my very program not npm install.I come from china developer,i have a vue-admin program ,this program use eve. Is there a way to replace this address

git config --global url."[https://github".insteadOf](https://github%22.insteadof/) git://github
npm install --registry=https://registry.npm.taobao.org/
zhyfy commented

Replace git:// with https://

git config --global url."https://github".insteadOf git://github

上面那条回复的配置有点问题,这条可以用