vue-element-admin icon indicating copy to clipboard operation
vue-element-admin copied to clipboard

nap install error

Open zongzichengxuyuan opened this issue 1 year ago • 4 comments

npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 20.205.243.166]: errno=Operation timed out npm ERR! npm ERR! npm ERR! exited with error code: 128

zongzichengxuyuan avatar Aug 18 '22 02:08 zongzichengxuyuan

same issue, how to resolve this

gifary avatar Aug 20 '22 02:08 gifary

encountered the same problem. how to fix this

michael2299 avatar Aug 22 '22 07:08 michael2299

https://www.panziye.com/java/web/4794.html

No2015 avatar Aug 30 '22 06:08 No2015

fix with this - git config --global url."https://".insteadOf git:// - npm install --registry=https://registry.npm.taobao.org

gifary avatar Aug 30 '22 06:08 gifary